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:
parent
86bc9eda42
commit
5cc2890ee6
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user