Browse Source

taking git hash away, it should not point to exact tag

... when the version is "-pre". When released, the hash
should be added (ping @mkroehnert).
Herbert Vojčík 10 years ago
parent
commit
61213e6d9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -20,7 +20,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git://github.com/amber-smalltalk/amber.git#0.11.0"
+    "url": "git://github.com/amber-smalltalk/amber.git"
   },
   "engines": {
     "node": ">=0.8.0"