Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6 from colegleason/add-q
fix(package.json): move q to dependancies since it is required to run
  • Loading branch information
Rafael Pedrola Gimeno committed Jan 28, 2014
2 parents e725d8f + 257119c commit 2a712b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -27,12 +27,14 @@
"scripts": {
"test": "grunt test"
},
"dependencies": {
"q": "~0.9.7"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1",
"q": "~0.9.7",
"exec": "0.0.6"
},
"peerDependencies": {
Expand Down

0 comments on commit 2a712b9

Please sign in to comment.