fixing compilation of grunt
Showing
... | @@ -10,10 +10,6 @@ | ... | @@ -10,10 +10,6 @@ |
"url": "http://github.com/grafana/grafana.git" | "url": "http://github.com/grafana/grafana.git" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/es6-promise": "0.0.32", | |||
"@types/es6-shim": "^0.31.32", | |||
"@types/jquery": "^2.0.34", | |||
"@types/mocha": "^2.2.33", | |||
"@types/rx": "^2.5.34", | "@types/rx": "^2.5.34", | ||
"autoprefixer": "^6.4.0", | "autoprefixer": "^6.4.0", | ||
"es6-promise": "^3.0.2", | "es6-promise": "^3.0.2", | ||
... | @@ -32,6 +28,7 @@ | ... | @@ -32,6 +28,7 @@ |
"grunt-contrib-jshint": "~1.1.0", | "grunt-contrib-jshint": "~1.1.0", | ||
"grunt-contrib-uglify": "~2.0.0", | "grunt-contrib-uglify": "~2.0.0", | ||
"grunt-contrib-watch": "^1.0.0", | "grunt-contrib-watch": "^1.0.0", | ||
"grunt-exec": "^1.0.1", | |||
"grunt-filerev": "^2.3.1", | "grunt-filerev": "^2.3.1", | ||
"grunt-git-describe": "~2.4.2", | "grunt-git-describe": "~2.4.2", | ||
"grunt-karma": "~2.0.0", | "grunt-karma": "~2.0.0", | ||
... | @@ -41,7 +38,6 @@ | ... | @@ -41,7 +38,6 @@ |
"grunt-sass": "^1.2.1", | "grunt-sass": "^1.2.1", | ||
"grunt-string-replace": "~1.3.1", | "grunt-string-replace": "~1.3.1", | ||
"grunt-systemjs-builder": "^0.2.7", | "grunt-systemjs-builder": "^0.2.7", | ||
"grunt-tslint": "^3.3.0", | |||
"grunt-typescript": "^0.8.0", | "grunt-typescript": "^0.8.0", | ||
"grunt-usemin": "3.1.1", | "grunt-usemin": "3.1.1", | ||
"jshint-stylish": "~2.2.1", | "jshint-stylish": "~2.2.1", | ||
... | ... |
tasks/options/exec.js
0 → 100644
Please
register
or
sign in
to comment