[Groonga-commit] nroonga/nroonga [master] Make compatible with node v0.6.12 or later

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 3日 (火) 16:29:36 JST


Yoji SHIDARA	2012-07-03 16:29:36 +0900 (Tue, 03 Jul 2012)

  New Revision: 091d51acdfdb0dbe8863c48e7e4fb213bd0baeb8
  https://github.com/nroonga/nroonga/commit/091d51acdfdb0dbe8863c48e7e4fb213bd0baeb8

  Log:
    Make compatible with node v0.6.12 or later

  Modified files:
    package.json

  Modified: package.json (+3 -2)
===================================================================
--- package.json    2012-06-28 10:54:39 +0900 (ca862f1)
+++ package.json    2012-07-03 16:29:36 +0900 (37df643)
@@ -24,10 +24,11 @@
   "scripts": {
     "test": "./node_modules/.bin/mocha --reporter list -r should --compilers coffee:coffee-script",
     "watch": "coffee -c -w -o lib src",
-    "coffee": "coffee -c -o lib src"
+    "coffee": "coffee -c -o lib src",
+    "install": "node-gyp rebuild"
   },
   "main": "./lib/nroonga",
   "engines": {
-    "node": "~ 0.8.0"
+    "node": ">= 0.6.12"
   }
 }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index