diff --git a/ospec/package.json b/ospec/package.json index 3e10bafd..fd0c1878 100644 --- a/ospec/package.json +++ b/ospec/package.json @@ -8,5 +8,7 @@ }, "keywords": [ "testing" ], "author": "Leo Horie ", - "license": "MIT" + "license": "MIT", + "bin": "./bin/ospec", + "repository": "lhorie/mithril.js#rewrite" } diff --git a/package.json b/package.json index 14d8f92a..d4636031 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Leo Horie", "license": "MIT", "main": "index.js", + "repository": "lhorie/mithril.js", "scripts": { "dev": "node bundler/cli browser.js -o mithril.js -w", "build": "npm run build-browser & npm run build-min", @@ -21,8 +22,5 @@ }, "publishConfig": { "tag": "beta" - }, - "bin": { - "ospec": "./ospec/bin/ospec" } }