From 97042f561c65cc73b019041fbf7ca59a9b6dd02b Mon Sep 17 00:00:00 2001 From: feugy Date: Sat, 27 Oct 2012 21:56:54 +0200 Subject: [PATCH] Do compilation after installing --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 63c1b9e..30151ec 100644 --- a/package.json +++ b/package.json @@ -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":