1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00

Reverted package scripts

This commit is contained in:
Luke Plaster 2014-02-20 21:39:08 +01:00
parent 86bc9eda42
commit 5cc2890ee6

View File

@ -17,9 +17,8 @@
},
"main": "./lib/index",
"scripts": {
"test": "mocha --compilers coffee:coffee-script",
"prepublish": "coffee -o lib -c src",
"postinstall": "coffee -o lib -c src"
"test": "mocha --compilers coffee:'./node_modules/coffee-script/lib/coffee-script/coffee-script'",
"prepublish": "coffee -o lib -c src"
},
"repository": {
"type": "git",