Browse Source

added repository info

Fix for https://github.com/amber-smalltalk/amber-examples/issues/45
Hannes Hirzel 9 years ago
parent
commit
7a2c7545bf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -10,6 +10,9 @@
     "compiler",
     "web"
   ],
+  "repository" : { "type" : "git"
+  , "url" : "https://github.com/amber-smalltalk/amber-examples.git"
+  },
   "engines": {
     "node": ">=0.10.0"
   },