We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfc703 commit 605bbb5Copy full SHA for 605bbb5
package.json
@@ -27,7 +27,7 @@
27
"pretest": "npm run compile",
28
"prepublish": "npm run compile",
29
"test": "node_modules/.bin/mocha -R spec --recursive test/",
30
- "compile": "node_modules/.bin/coffee --map -o lib -c src",
+ "compile": "node_modules/.bin/coffee --no-header --map -o lib -c src",
31
"watch": "node_modules/.bin/coffee --watch --map -o lib -c src"
32
},
33
"optionalDependencies": {},
0 commit comments