Remove Grunt path dependency by aliasing core Grunt tasks to NPM

This commit is contained in:
Barney Carroll 2016-11-24 15:35:46 +00:00
parent 9263b23c04
commit 143da426f5

View file

@ -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",