From 644f0d484b8e505721517cda4d69044a74301e02 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Thu, 18 Aug 2016 09:52:36 -0700 Subject: [PATCH] 4 spaces != 1 tab --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4636031..0dc53dd5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Leo Horie", "license": "MIT", "main": "index.js", - "repository": "lhorie/mithril.js", + "repository": "lhorie/mithril.js", "scripts": { "dev": "node bundler/cli browser.js -o mithril.js -w", "build": "npm run build-browser & npm run build-min",