Compare commits

...

2 Commits

Author SHA1 Message Date
nobuti
ff2c75cdf7 More fix. 2016-09-28 12:38:46 +02:00
nobuti
af329465c9 Fix dependency. 2016-09-28 12:29:51 +02:00

View File

@ -9,10 +9,10 @@
"dependencies": {
"bower": "^1.3.12",
"formidable": "~1.0.15",
"grunt": "^0.4.5",
"grunt": "0.4.5",
"grunt-contrib-jasmine": "^0.6.5",
"grunt-run": "^0.3.0",
"grunt-run-node": "^0.1.0",
"grunt-run": "0.3.0",
"grunt-run-node": "0.1.3",
"grunt-template-jasmine-requirejs": "^0.2.0",
"lodash": "~2.4.1"
},