[Groonga-commit] groonga/express-kotoumi [master] Use ">=3.0" (valid version spec) instead of "3.*" (invalid)

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jan 10 14:47:29 JST 2013


YUKI Hiroshi	2013-01-10 14:47:29 +0900 (Thu, 10 Jan 2013)

  New Revision: af376f6cc90e75e812df1c8d0964de43162ff937
  https://github.com/groonga/express-kotoumi/commit/af376f6cc90e75e812df1c8d0964de43162ff937

  Log:
    Use ">=3.0" (valid version spec) instead of "3.*" (invalid)

  Modified files:
    package.json

  Modified: package.json (+1 -1)
===================================================================
--- package.json    2013-01-10 14:47:16 +0900 (f0b9f13)
+++ package.json    2013-01-10 14:47:29 +0900 (01837e6)
@@ -14,7 +14,7 @@
     }
   ],
   "dependencies": {
-    "express": "3.*",
+    "express": ">=3.0",
     "jade": "*",
     "fluent-logger": "*",
     "socket.io": "*",
-------------- next part --------------
HTML����������������������������...
Télécharger 



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