aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
| | | | | Fixes gh-1950 Closes gh-1949
* Build: update node dependenciesTimmy Willison2014-12-171-8/+8
|
* Sizzle: update to 2.1.1Timmy Willison2014-12-151-1/+1
|
* Tests: Update QUnitRichard Gibson2014-12-051-1/+1
|
* Build: update version to 3.0.0-preTimmy Willison2014-11-031-1/+1
|
* Build: Upgrade to commitplease 2.0.0Jörn Zaefferer2014-10-221-1/+1
| | | | | commitplease now accepts "[tmp]:" and similar to temporary commits, useful while updating pull requests that are squashed later.
* Misc: Update all references to bugs.jquery.comArthur Verschaeve2014-10-191-1/+1
| | | | | Fixes gh-1681 Closes gh-1716
* Build: update source map options for the new grunt jshintTimmy Willison2014-07-171-1/+1
|
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-1/+1
|
* Build: update node dependencies barring jscsTimmy Willison2014-07-171-5/+5
|
* Build: drop bower; use npm for front-end depsTimmy Willison2014-07-171-3/+7
| | | | | Fixes #15186 Closes gh-1620
* Build: Update licenseScott González2014-06-271-1/+1
| | | | Closes gh-1587
* Build: update grunt-bowercopyTimmy Willison2014-06-251-1/+1
|
* Build: Upgrade to grunt-bowercopy 1.0.0Scott González2014-06-241-1/+1
|
* Build: Update commitplease dev dependencyOleg Gaidarenko2014-06-161-1/+1
|
* Release: ensure Sizzle is the latest tagTimmy Willison2014-05-231-0/+1
| | | | Fixes #14915
* Build: Updating the master version to 2.1.2-pre.Dave Methvin2014-05-011-1/+1
|
* Build: Spaces vs tabsOleg Gaidarenko2014-04-241-1/+1
| | | | | | * Use tabs instead of spaces in jscs config * Always use spaces in package.json (really hope this is temporary)
* Build: Add "browser" keyword for npmDave Methvin2014-04-231-0/+1
|
* Build: Update version from pre to -preScott González2014-04-171-1/+1
| | | | | | Ref jquery/jquery-release#61 Fixes #15020 Closes gh-1561
* Build: Update jscsrcOleg Gaidarenko2014-04-151-1/+1
| | | | | | | | * Update "grunt-jscs-checker" package * Use ".jscsrc" file instead of old ".jscs.json" * Use jquery preset instead of explicitly defining all the jscs rules
* Build: Update release script for new jquery-release APIScott González2014-03-211-2/+0
| | | | Closes gh-1544
* Build: Add commitplease for commit msg checkingJörn Zaefferer2014-03-201-0/+1
| | | | Closes gh-1523
* Package: Sort devDependenciesJörn Zaefferer2014-03-201-8/+8
|
* Build: Upgrade npm devDependenciesMichał Gołębiowski2014-01-261-8/+8
|
* Updating the master version to 2.1.1pre.Timmy Willison2014-01-231-4/+1
|
* Update grunt-bowercopy to 0.5.0Timmy Willison2013-12-311-1/+1
|
* Release script: jquery-release integrationTimmy Willison2013-12-201-0/+1
|
* Remove hyphen from pre versionsTimmy Willison2013-12-201-1/+1
| | | | | - It is intentionally invalid semver as pre versions should never be released - UI and Mobile already do this
* Use the exact versions dependenciesOleg2013-12-191-15/+17
| | | | | | And remove unused "which" package Closes gh-1458
* Build: Upgrade to grunt-contrib-jshint 0.7.1 and squash subtasksMichał Gołębiowski2013-12-181-1/+1
| | | | | | | | | grunt-contrib-jshint 0.7.1 allows the jshintrc option to be set to true to have it read the appropriate config file based on the file being checked. The only place where we can’t use it is the check for dist/jquery.js that has the onevar option removed. Fixes #14504
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-4/+1
| | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452.
* Fixes #14548. Add main property to package.jsonTimmy Willison2013-11-151-0/+1
|
* Updating the source version to 2.1.0-pre✓™Dave Methvin2013-11-151-1/+1
|
* Updating version to 2.1.0-beta2.Dave Methvin2013-11-151-1/+1
|
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-1/+7
|
* Remove workarounds for the uglify task mishandling banners when used with ↵Michał Gołębiowski2013-11-091-1/+1
| | | | | | | source maps. The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22
* Add load-grunt-tasks package dependencySindre Sorhus2013-11-071-0/+1
| | | | Close gh-1405
* Fix #12757 - use jscs to check the style guideOleg2013-11-071-0/+1
| | | | Close gh-1396
* No ticket. Update npm devDependencies.Michał Gołębiowski2013-10-251-3/+3
|
* Update requirejs to compatible version, remove r.jsTimmy Willison2013-10-151-46/+46
|
* Edit bower install script based on comments. Close gh-1392.Timmy Willison2013-10-071-1/+1
|
* Warn on npm install if Bower isn't installed.Scott González2013-10-071-1/+2
|
* Updating the source version to 2.1.0-pre✓™Dave Methvin2013-09-191-1/+1
|
* Tagging the 2.1.0-beta1 release.2.1.0-beta1Dave Methvin2013-09-191-1/+1
|
* Add Travis CI config for PR testingJörn Zaefferer2013-09-121-1/+2
|
* No ticket. Update packages, make the devDependencies list alphabetic.Michał Gołębiowski2013-09-051-5/+5
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-5/+8
|
* Install bower packages with npm installOleg2013-07-221-0/+5
|
* Lint JSON manifests during developmentTimmy Willison2013-07-191-1/+2
|