Merge pull request #741 from impinball/next

Bump npm version
This commit is contained in:
Leo Horie 2015-08-04 14:52:18 -04:00
commit ab8af3ea1d

View file

@ -1,11 +1,11 @@
{
"name": "mithril",
"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"
},
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git@github.com:lhorie/mithril.js.git"
},
"scripts": {
"test": "grunt test"
},