Skip to content

Commit

Permalink
fix(dependencies): make coffee-script a dependency, not dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CaryLandholt committed Jun 9, 2014
1 parent c295027 commit f5ef6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"node": ">=0.10.0"
},
"dependencies": {
"coffee-script": "~1.7.1",
"event-stream": "~3.1.5",
"ng-classify": "~1.0.1"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"conventional-changelog": "~0.0.9",
"gulp": "~3.6.2",
"gulp-util": "~2.2.14"
Expand Down

0 comments on commit f5ef6e3

Please sign in to comment.