Skip to content

Commit 605bbb5

Browse files
author
Amir Tocker
committed
Remove CoffeeScript header
1 parent 0dfc703 commit 605bbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"pretest": "npm run compile",
2828
"prepublish": "npm run compile",
2929
"test": "node_modules/.bin/mocha -R spec --recursive test/",
30-
"compile": "node_modules/.bin/coffee --map -o lib -c src",
30+
"compile": "node_modules/.bin/coffee --no-header --map -o lib -c src",
3131
"watch": "node_modules/.bin/coffee --watch --map -o lib -c src"
3232
},
3333
"optionalDependencies": {},

0 commit comments

Comments
 (0)