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