Update package metadata (#1256)

This commit is contained in:
Pat Cavit 2016-08-18 09:51:24 -07:00 committed by GitHub
parent 8cbe2dd193
commit 15116d5b2e
2 changed files with 4 additions and 4 deletions

View file

@ -8,5 +8,7 @@
},
"keywords": [ "testing" ],
"author": "Leo Horie <lhorie@hotmail.com>",
"license": "MIT"
"license": "MIT",
"bin": "./bin/ospec",
"repository": "lhorie/mithril.js#rewrite"
}

View file

@ -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"
}
}