diff --git a/package.json b/package.json index fb0bc573..2decdd87 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "name": "mithril", "version": "1.0.0", "description": "A framework for building brilliant applications", + "author": "Leo Horie", + "license": "MIT", "main": "index.js", "scripts": { "build": "node bundler/bundler", @@ -9,10 +11,11 @@ "test": "node ospec/bin/ospec", "cover": "istanbul cover --print both ospec/bin/ospec" }, - "author": "Leo Horie", - "license": "MIT", "devDependencies": { "eslint": "^2.10.2", "istanbul": "^0.4.3" + }, + "publishConfig": { + "tag": "beta" } }