Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit 5e98725

Browse files
Move matchdep from devDependencies to dependencies
1 parent 3c1eaf9 commit 5e98725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"grunt-contrib-uglify": "^0.5.1",
2121
"grunt-contrib-watch": "^0.6.1",
2222
"grunt-mocha-phantomjs": "0.7.0",
23-
"grunt-usemin": "^2.0.2"
23+
"grunt-usemin": "^2.0.2",
24+
"matchdep": "~0.3.0"
2425
},
2526
"devDependencies": {
26-
"expect.js": "^0.3.1",
27-
"matchdep": "~0.3.0"
27+
"expect.js": "^0.3.1"
2828
},
2929
"scripts": {
3030
"test": "grunt test --verbose",

0 commit comments

Comments
 (0)