[Groonga-commit] droonga/express-droonga at d27cc7a [master] Require node.js 0.10 or later

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 22 18:21:29 JST 2014


Kouhei Sutou	2014-04-22 18:21:29 +0900 (Tue, 22 Apr 2014)

  New Revision: d27cc7a4fa4852bf601f21b96858864d626f1b05
  https://github.com/droonga/express-droonga/commit/d27cc7a4fa4852bf601f21b96858864d626f1b05

  Message:
    Require node.js 0.10 or later
    
    Because uber-cache requires node.js 0.10 or later.

  Modified files:
    package.json

  Modified: package.json (+1 -1)
===================================================================
--- package.json    2014-04-22 15:44:17 +0900 (1d0009c)
+++ package.json    2014-04-22 18:21:29 +0900 (5aa468f)
@@ -48,6 +48,6 @@
   },
   "main": "index",
   "engines": {
-    "node": ">=0.8"
+    "node": ">=0.10"
   }
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index