Merge pull request #5 from ppepos/master

Simply added missing dependencies (npm install grunt-jslint --save-dev)
This commit is contained in:
Frédéric Vachon 2015-01-20 15:30:24 -05:00
commit 177d95061c

View File

@ -8,8 +8,10 @@
"devDependencies": {
"bower": "^1.3.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jslint": "^1.1.12",
"http-server": "^0.6.1",
"karma": "~0.10",
"karma-junit-reporter": "^0.2.2",