expose dev repo for beta testing over npm

This commit is contained in:
Leo Horie 2015-03-30 16:13:12 -04:00
parent dfab767265
commit 242a60b384

View file

@ -1,6 +1,7 @@
{
"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": {
"type": "git",
"url": "git@github.com:lhorie/mithril.js.git"
@ -37,5 +38,8 @@
"sauce-tunnel": "~2.0.6",
"colors": "~0.6.2",
"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.*"]
}