null+****@clear*****
null+****@clear*****
2012年 6月 7日 (木) 14:03:39 JST
Jeroen Janssen 2012-05-13 00:46:27 +0900 (Sun, 13 May 2012)
New Revision: f5eaac87a507c06fdaa27801b7d453bc5916d1e8
Log:
manually calling node-gyp is not needed anymore with recent npm
Modified files:
package.json
Modified: package.json (+1 -2)
===================================================================
--- package.json 2012-06-07 13:38:04 +0900 (43d87c2)
+++ package.json 2012-05-13 00:46:27 +0900 (fbd133b)
@@ -23,8 +23,7 @@
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list -r should --compilers coffee:coffee-script",
- "watch": "coffee -c -w -o lib src",
- "install": "node-gyp rebuild"
+ "watch": "coffee -c -w -o lib src"
},
"main": "./lib/nroonga",
"engines": {