From 5111c75746fcd8800d6112e9c05d5777ced956aa Mon Sep 17 00:00:00 2001 From: impinball Date: Mon, 27 Jul 2015 18:48:08 -0400 Subject: [PATCH] Bump npm version Fixes #740. It really needs it... :( Also, I fixed some weird indentation going on in that area of the package.json file (mixed spaces/tabs). --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 819228f7..ffd7ac2e 100644 --- a/package.json +++ b/package.json @@ -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" },