Browse Source

Correct repo path in package.json

Herbert Vojčík 11 years ago
parent
commit
b798c4cd5c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "amber-cli",
-  "version": "0.0.1",
+  "version": "0.0.3",
   "description": "An implementation of the Smalltalk language that runs on top of the JS runtime.",
   "homepage": "http://amber-lang.net",
   "keywords": [
@@ -20,7 +20,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "git://github.com/amber-smalltalk/amber.git"
+    "url": "git://github.com/amber-smalltalk/amber-cli.git#0.0.3"
   },
   "engines": {
     "node": ">=0.8.0"