Skip to content

Commit

Permalink
package.json: move coffee-script from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Dec 19, 2013
1 parent 54b73aa commit 0639a7c
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 @@ -18,13 +18,13 @@
"url": "git://github.com/davidchambers/doctest.git"
},
"dependencies": {
"coffee-script": "1.6.x",
"commander": "2.0.x",
"escodegen": "0.0.28",
"esprima": "1.0.x",
"underscore": "1.4.x"
},
"devDependencies": {
"coffee-script": "1.6.x",
"express": "3.2.x"
}
}

0 comments on commit 0639a7c

Please sign in to comment.