mirror of
https://github.com/jquery/jquery.git
synced 2024-12-09 08:04:24 +00:00
Build: Fix the order of devDependencies in package.json
`npm install package@version --save` sorts the dependencies alphabetically
so the next such run would fix the order anyway; it's better to not mix
concerns, though, so it's done now in a separate commit.
(cherry-picked from 4a8985f56a
)
This commit is contained in:
parent
ac1c472b41
commit
30c2c39f4a
@ -42,8 +42,8 @@
|
|||||||
"jsdom": "5.6.1",
|
"jsdom": "5.6.1",
|
||||||
"load-grunt-tasks": "1.0.0",
|
"load-grunt-tasks": "1.0.0",
|
||||||
"npm": "2.1.12",
|
"npm": "2.1.12",
|
||||||
"qunitjs": "1.17.1",
|
|
||||||
"qunit-assert-step": "1.0.3",
|
"qunit-assert-step": "1.0.3",
|
||||||
|
"qunitjs": "1.17.1",
|
||||||
"requirejs": "2.1.17",
|
"requirejs": "2.1.17",
|
||||||
"sinon": "1.12.2",
|
"sinon": "1.12.2",
|
||||||
"sizzle": "2.2.1",
|
"sizzle": "2.2.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user