From 143da426f59894a27eab278fac0bd44fd56241df Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Thu, 24 Nov 2016 15:35:46 +0000 Subject: [PATCH] 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",