]> source.dussan.org Git - jquery.git/commitdiff
Build: Fix the order of devDependencies in package.json
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jun 2016 22:09:13 +0000 (00:09 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jun 2016 22:09:13 +0000 (00:09 +0200)
`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 4a8985f56a3622a8d0bd5ca545e18510d3f4821d)

package.json

index a5852c859bdce973a264ee45ef39ac6d6f37ee27..9b8287bc6e2a46f944d0d1f517065ba41941bd63 100644 (file)
@@ -42,8 +42,8 @@
     "jsdom": "5.6.1",
     "load-grunt-tasks": "1.0.0",
     "npm": "2.1.12",
-    "qunitjs": "1.17.1",
     "qunit-assert-step": "1.0.3",
+    "qunitjs": "1.17.1",
     "requirejs": "2.1.17",
     "sinon": "1.12.2",
     "sizzle": "2.2.1",