]> 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:08:50 +0000 (00:08 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jun 2016 22:08:50 +0000 (00:08 +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.

package.json

index fe73d91d3ca2407957e09e8792c9c59b0e8e2a5d..ab044701a0406833f36d1ea5553ffd01a552d916 100644 (file)
@@ -41,8 +41,8 @@
     "gzip-js": "0.3.2",
     "jsdom": "5.6.1",
     "load-grunt-tasks": "1.0.0",
-    "qunitjs": "1.17.1",
     "qunit-assert-step": "1.0.3",
+    "qunitjs": "1.17.1",
     "requirejs": "2.1.17",
     "sinon": "1.10.3",
     "sizzle": "2.2.1",