Skip to content

Commit

Permalink
Fix coffeeify transform dependency.
Browse files Browse the repository at this point in the history
* Browserify transforms declared in package.json should be
dependencies, not dev dependencies, per
https://github.com/substack/node-browserify#browserifytransform
  • Loading branch information
paulyoung committed Jul 22, 2015
1 parent d56b05c commit bf388ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"dependencies": {
"coffee-script": "^1.8.0",
"clone": "^1.0.1"
"clone": "^1.0.1",
"coffeeify": "^1.0.0"
},
"devDependencies": {
"chai": "~1.9.0",
"grunt": "~0.4.1",
"coffeeify": "^1.0.0",
"grunt-browserify": "^3.4.0",
"grunt-cafe-mocha": "~0.1.12",
"grunt-coffeelint": "~0.0.10",
Expand Down

0 comments on commit bf388ae

Please sign in to comment.