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:
commit
0ff42535d1
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
||||||
"url" : "http://github.com/lhorie/mithril.js/issues"
|
"url" : "http://github.com/lhorie/mithril.js/issues"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "grunt build",
|
||||||
|
"lint": "grunt lint",
|
||||||
|
"sauce": "grunt sauce",
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"main": "mithril.js",
|
"main": "mithril.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue