Skip to content

Commit 988e023

Browse files
author
Cecil Worsley
committed
moving dependency to dev
1 parent a4871bd commit 988e023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"license": "MIT",
77
"devDependencies": {
88
"grunt": "~0.4.2",
9+
"grunt-contrib-concat": "~0.3.0",
910
"grunt-contrib-jshint": "~0.6.3",
1011
"grunt-contrib-uglify": "~0.2.7",
11-
"grunt-contrib-concat": "~0.3.0"
12+
"grunt-contrib-watch": "^0.6.1"
1213
},
1314
"repository": {
1415
"type": "git",
@@ -18,7 +19,6 @@
1819
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
1920
},
2021
"dependencies": {
21-
"grunt-contrib-watch": "^0.6.1",
2222
"jquery": ">=1.7"
2323
}
2424
}

0 commit comments

Comments
 (0)