From 143da426f59894a27eab278fac0bd44fd56241df Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Thu, 24 Nov 2016 15:35:46 +0000 Subject: [PATCH 1/2] Remove Grunt path dependency by aliasing core Grunt tasks to NPM --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index ad81e941..7ca744e1 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "url" : "http://github.com/lhorie/mithril.js/issues" }, "scripts": { + "build": "grunt build", + "lint": "grunt lint", + "sauce": "grunt sauce", "test": "grunt test" }, "main": "mithril.js", From ec79a4bbdf8945b4f5783b9f64cdbba908d76d68 Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Thu, 24 Nov 2016 15:39:23 +0000 Subject: [PATCH 2/2] Whitespace reallignment# --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7ca744e1..1a420bec 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "url" : "http://github.com/lhorie/mithril.js/issues" }, "scripts": { - "build": "grunt build", - "lint": "grunt lint", - "sauce": "grunt sauce", + "build": "grunt build", + "lint": "grunt lint", + "sauce": "grunt sauce", "test": "grunt test" }, "main": "mithril.js",