v0.2.2-rc.1

This commit is contained in:
Leo Horie 2015-12-20 09:14:28 -05:00
parent 484a9d6c70
commit 270b20a2b0
110 changed files with 17357 additions and 3070 deletions

View file

@ -1,7 +1,7 @@
{
"name": "mithril",
"description": "Mithril.js beta build - use this to help us test the releases before they are released",
"version": "0.2.1",
"version": "0.2.2-rc.1",
"homepage": "http://mithril.js.org",
"license": "MIT",
"author": {
@ -12,16 +12,14 @@
"url": "git@github.com:lhorie/mithril.js.git"
},
"bugs": {
"url": "http://github.com/lhorie/mithril.js/issues"
"url" : "http://github.com/lhorie/mithril.js/issues"
},
"scripts": {
"preversion": "grunt",
"test": "grunt test"
},
"main": "mithril.js",
"devDependencies": {
"chai": "^3.4.0",
"chai-string": "^1.1.4",
"eslint": "^1.7.3",
"grunt": "*",
"grunt-cli": "*",