Skip to content
Snippets Groups Projects
Commit 4881281e authored by Victor Powell's avatar Victor Powell
Browse files

Add the grunt-cli as a dependency instead of assuming global grunt.

parent e448cf8c
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,11 @@
"node": "~4.1.1"
},
"dependencies": {
"underscore": "~1.8.3",
"express": "~4.13.3",
"grunt-cli": "^0.1.13",
"mustache": "~2.1.3",
"socket.io": "~1.3.7"
"socket.io": "~1.3.7",
"underscore": "~1.8.3"
},
"devDependencies": {
"grunt-contrib-qunit": "~0.7.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment