Update package metadata (#1256)
This commit is contained in:
parent
8cbe2dd193
commit
15116d5b2e
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue