diff --git a/package.json b/package.json index c4655986..fe86db2e 100644 --- a/package.json +++ b/package.json @@ -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.*"] }