Install grunt explicitly to stop warnings.

This commit is contained in:
John Markos O'Neill 2015-04-15 16:53:58 -07:00
parent 81e9d64912
commit d4b5ebd90e

View file

@ -11,6 +11,7 @@
},
"main": "mithril.js",
"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",