Remove Grunt path dependency by aliasing core Grunt tasks to NPM
This commit is contained in:
parent
9263b23c04
commit
143da426f5
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue