]> source.dussan.org Git - jquery.git/commit
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)
commit30c2c39f4a2561f66abfe3b113d4483da6a44c5f
tree7da50066c4d4a38e86c6262f2443bd6a9f6bbb3a
parentac1c472b41808f523247074f4330f56bf3bd6a3d
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 4a8985f56a3622a8d0bd5ca545e18510d3f4821d)
package.json