Merge pull request #563 from johnmarkos/install-grunt

Install grunt explicitly to stop warnings.
This commit is contained in:
Leo Horie 2015-04-16 08:01:23 -04:00
commit 1a97d3db95

View file

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