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

Do compilation after installing

This commit is contained in:
feugy 2012-10-27 21:56:54 +02:00
parent 5af25bcf17
commit 97042f561c

View File

@ -1,5 +1,5 @@
{ "name": "gift"
, "version": "0.0.5"
, "version": "0.0.6"
, "description": "a Git wrapper library"
, "keywords": ["git"]
, "homepage": "https://github.com/sentientwaffle/gift"
@ -14,6 +14,7 @@
, "scripts":
{ "test": "mocha --compilers coffee:coffee-script -R spec test"
, "prepublish": "coffee -o lib -c src"
, "postinstall": "coffee -o lib -c src"
}
, "repository":