Merge pull request #1428 from barneycarroll/v0.2-convenience-scripts

Remove Grunt path dependency by aliasing core Grunt tasks to NPM
This commit is contained in:
Leo Horie 2016-11-24 11:32:46 -05:00 committed by GitHub
commit 0ff42535d1

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