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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-07 20:56:29 +0300
committerbrantje <brantje@gmail.com>2016-10-07 20:56:29 +0300
commit15b32b7e5e11255ea13a80dc48257e5eea772b60 (patch)
tree6d12ac3f0cf7f56271c707cfe2fcf648f6774dbc /package.json
parente818e40f2f740f0c4d74a331ad8d14245d97643e (diff)
Add JSHint, solve all problems
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a5617163..3b670ca6 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.0.1",
"devDependencies": {
"grunt": "~0.4.5",
- "grunt-contrib-jshint": "~0.10.0",
+ "grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~0.5.0",