expose dev repo for beta testing over npm
This commit is contained in:
parent
dfab767265
commit
242a60b384
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mithril",
|
"name": "mithril",
|
||||||
"version": "0.1.0",
|
"description": "Mithril.js beta build - use this to help us test the releases before they are released",
|
||||||
|
"version": "0.1.34-beta.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:lhorie/mithril.js.git"
|
"url": "git@github.com:lhorie/mithril.js.git"
|
||||||
|
|
@ -37,5 +38,8 @@
|
||||||
"sauce-tunnel": "~2.0.6",
|
"sauce-tunnel": "~2.0.6",
|
||||||
"colors": "~0.6.2",
|
"colors": "~0.6.2",
|
||||||
"lodash": "~2.4.1"
|
"lodash": "~2.4.1"
|
||||||
}
|
},
|
||||||
|
"main": "mithril.js",
|
||||||
|
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}],
|
||||||
|
"files": ["mithril.min.js", "mithril.min.js.map", "mithril.js", "README.*"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue