Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4c7bd6

Browse files
authored
properly classify all npm dependencies (#425)
1 parent cdbe288 commit e4c7bd6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"main": "Gruntfile.js",
3-
"dependencies": {
3+
"devDependencies": {
44
"grunt": "^1.3.0",
55
"grunt-cli": "^1.3.2",
6-
"grunt-contrib-qunit": "^4.0.0"
7-
},
8-
"devDependencies": {
6+
"grunt-contrib-qunit": "^4.0.0",
97
"sass": "^1.29.0"
108
},
119
"scripts": {

0 commit comments

Comments
 (0)