Skip to content

Commit

Permalink
quick hack: add dev dependencies always
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c committed Feb 24, 2017
1 parent 61011b3 commit 8eac7f9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,18 @@
},
"dependencies": {
"fs-readdir-recursive": "^1.0.0",
"rsvp": "^3.1.0"
"rsvp": "^3.1.0",
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-nodeunit": "~0.4.1",
"coffee-script": "~1.9.1",
"grunt-contrib-coffee": "~0.13.0",
"grunt-browserify": "~3.7.0",
"grunt-contrib-clean": "~0.6.0",
"coffeelint": "~1.9.3",
"grunt-coffeelint": "0.0.13"
},
"typings": "rivescript.d.ts"
}

0 comments on commit 8eac7f9

Please sign in to comment.