aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
...
* Build: Update release script for new jquery-release APIScott González2014-03-211-2/+0
| | | | | Closes gh-1544 (cherry picked from commit 5265cdac3d84b7bb4f8013ef10adaa5a9968fb1c)
* Build: Add commitplease for commit msg checkingJörn Zaefferer2014-03-201-8/+9
| | | | | | | | Closes gh-1523 (cherry picked from commit 176a2913260b4ec890118137ccc9a290064a59be) Conflicts: package.json
* Build: Upgrade npm devDependenciesMichał Gołębiowski2014-01-261-8/+8
| | | | (cherry-picked from d63243d085c797e53a965620c439277284eada59)
* Updating the 1.x-master version to 1.11.1pre.Timmy Willison2014-01-231-5/+1
|
* Update grunt-bowercopy to 0.5.0Timmy Willison2013-12-311-1/+1
|
* Release script: jquery-release integrationTimmy Willison2013-12-201-0/+1
| | | | | Conflicts: build/release.js
* 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 Conflicts: bower.json package.json
* Use the exact versions dependenciesOleg2013-12-191-15/+17
| | | | | | And remove unused "which" package Cherry picked from the commit 09ede3d33b1a43c399bc9549c634af634513a81d
* 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. (cherry-picked from 7deee6af72bfcf328fa09a28a1e68159cc58513f) 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. Conflicts: bower.json test/index.html
* Fixes #14548. Add main property to package.jsonTimmy Willison2013-11-151-0/+1
| | | | | Conflicts: package.json
* Updating the source version to 1.11.0-pre✓™Dave Methvin2013-11-151-1/+1
|
* Updating version to 1.11.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. (cherry-picked from d0fadbba9f1dbe2ee009be6586fbdf3cda4eff98) 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
| | | | Cherry picked from abfa210adfaee28e2496d7749d675d157d8e6c9d commit
* Fix #12757 - use jscs to check the style guideOleg2013-11-071-0/+2
| | | | Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit
* No ticket. Update npm devDependencies. (cherry-picked from ↵Michał Gołębiowski2013-10-251-3/+3
| | | | 95d1192d5378926e750d0494818323ff17be821e)
* Update requirejs to compatible version, remove r.jsTimmy Willison2013-10-151-46/+46
| | | | | Conflicts: package.json
* 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 1.11.0-preDave Methvin2013-09-191-1/+1
|
* Tagging the 1.11.0-beta1 release.1.11.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
| | | | (cherry-picked from 3f3a6c5ff5e6f1565ff4ad672ad44f71ad765f29)
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-5/+8
| | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js
* Install bower packages with npm installOleg2013-07-241-0/+5
| | | | (cherry picked from commit 806b0230cd14916907807ced638aea066465e1d4)
* Lint JSON manifests during developmentTimmy Willison2013-07-191-1/+2
|
* Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵Michał Gołębiowski2013-07-111-4/+4
| | | | | | | | Close gh-1283. Conflicts: src/.jshintrc test/.jshintrc
* Include Sizzle and Qunit with bower. Fixes #14118.Timmy Willison2013-07-101-5/+4
|
* Updating the source version to 1.10.3-preDave Methvin2013-07-031-1/+1
|
* Tagging the 1.10.2 release.Dave Methvin2013-07-031-1/+1
|
* Build: Update testswarm task to node-testswarm 1.x APIJörn Zaefferer2013-06-051-1/+1
|
* Updating the source version to 1.10.2-preDave Methvin2013-05-301-1/+1
|
* Tagging the 1.10.1 release.Dave Methvin2013-05-301-1/+1
|
* Updating the source version to 1.10.1-preDave Methvin2013-05-241-1/+1
|
* Tagging the 1.10.0 release.Dave Methvin2013-05-241-1/+1
|
* build: update release script to use nodejs archiver.Chris Talkington2013-05-161-1/+2
| | | | | | | (cherry picked from commit eaee6eae0fee57337fabe41eb4558cf1acdf765b) Conflicts: AUTHORS.txt
* Updating the source version to 1.10.0-preDave Methvin2013-05-091-1/+1
|
* Tagging the 1.10.0-beta1 release.1.10.0-beta1Dave Methvin2013-05-091-1/+1
|
* Fix #13776: Add banner before generating source map. Close gh-1246.Richard Gibson2013-04-181-1/+1
| | | | (cherry picked from commit 9d16fe6283667396094d49559a37fc672c06252c)
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-031-1/+1
|
* No ticker: grunt_compare_size options. Close gh-1210.Tom Fuertes2013-03-261-0/+1
| | | | (cherry picked from commit 1f530e286755416369f4452d20f5ab6bb175451d)
* Use semver versions for our in-between versions as well. Also update Sizzle.Timmy Willison2013-03-231-1/+1
| | | | http://semver.org/
* updated Grunt to 0.4.1Michał Gołębiowski2013-03-181-4/+4
|
* No ticket: compare_size returns!Richard Gibson2013-03-111-1/+1
| | | | (remember to `npm install`)
* Try these dependencies since they work for 2.0Dave Methvin2013-02-261-10/+7
|
* Updating the source version to 1.9.2preDave Methvin2013-02-041-1/+1
|
* Tagging the 1.9.1 release.Dave Methvin2013-02-041-1/+1
|
* Fix build until next grunt rc, disable compare_size.Dave Methvin2013-01-261-4/+3
|