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" ], "keywords": [ "testing" ],
"author": "Leo Horie <lhorie@hotmail.com>", "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", "author": "Leo Horie",
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"repository": "lhorie/mithril.js",
"scripts": { "scripts": {
"dev": "node bundler/cli browser.js -o mithril.js -w", "dev": "node bundler/cli browser.js -o mithril.js -w",
"build": "npm run build-browser & npm run build-min", "build": "npm run build-browser & npm run build-min",
@ -21,8 +22,5 @@
}, },
"publishConfig": { "publishConfig": {
"tag": "beta" "tag": "beta"
},
"bin": {
"ospec": "./ospec/bin/ospec"
} }
} }