Skip to content

Commit

Permalink
perf(package): changes coffeescript dependency type
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Oct 31, 2015
1 parent 124b552 commit 40ba2d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"node": ">=0.10.0"
},
"dependencies": {
"coffee-script": "^1.7.1",
"loophole": "^1.0.0",
"node.extend": "^1.0.10"
},
Expand All @@ -37,6 +36,9 @@
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.0"
},
"peerDependencies": {
"coffee-script": "^1.7.1"
},
"scripts": {
"test": "gulp test"
},
Expand Down

0 comments on commit 40ba2d4

Please sign in to comment.