From 242a60b3844669aaf8c5bf44374400da1bc23c85 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 30 Mar 2015 16:13:12 -0400 Subject: [PATCH] expose dev repo for beta testing over npm --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.*"] }