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

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index add4699..bab98e4 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {
"type": "git",
- "url": "https://github.com/twbs/grunt-bootlint.git"
+ "url": "git+https://github.com/twbs/grunt-bootlint.git"
},
"bugs": {
"url": "https://github.com/twbs/grunt-bootlint/issues"
@@ -33,12 +33,12 @@
"micromatch": "^2.2.0"
},
"devDependencies": {
- "grunt": "~0.4.5",
- "grunt-contrib-clean": "^0.7.0",
- "grunt-contrib-jshint": "^0.11.0",
- "grunt-contrib-nodeunit": "^0.4.1"
+ "grunt": "^0.4.5",
+ "grunt-contrib-clean": "^1.0.0",
+ "grunt-contrib-jshint": "^1.0.0",
+ "grunt-contrib-nodeunit": "^1.0.0"
},
"peerDependencies": {
- "grunt": "~0.4.5"
+ "grunt": ">=0.4.5"
}
}