Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-02-28 22:18:40 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-02-28 22:18:40 +0300
commitce7dfa9b12db850e09dadb6d68737a08aba757cc (patch)
tree2026b19f8324865b334d7fb3e966330f7991b764 /js/package.json
parent07bd2b5178d9c5372838cab72a4b43428fd01c4b (diff)
Remove coffeescript
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/package.json b/js/package.json
index a958541a..b25ff26a 100644
--- a/js/package.json
+++ b/js/package.json
@@ -17,12 +17,11 @@
"dependencies": {},
"devDependencies": {
"bower": "*",
- "coffee-script": "~1.4.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.6",
- "grunt-coffeelint": "0.0.6",
+ "grunt-contrib-jshint": "*",
+ "jshint-stylish": "^2.1.0",
"grunt-concurrent": "~1.0.0",
- "grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-watch": "~0.2.0",