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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2013-08-22 20:20:56 +0400
committerNick Schonning <nschonni@gmail.com>2013-08-22 20:20:56 +0400
commitca63686fdaf3869074a3329b49a042d3e1d369fa (patch)
treead649860419c1fb4b12c5868a0514c8419cf62f6 /package.json
parent1bcf9f126d2ab72b67190e9284bb7e7ce7a94719 (diff)
Use NPM version of grunt-html-validation
The package is now published, so the direct git url is no longer required
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 71f7aa5b40..0bb25e8a0b 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
, "grunt-contrib-uglify": "~0.2.2"
, "grunt-contrib-qunit": "~0.2.2"
, "grunt-contrib-watch": "~0.5.1"
- , "grunt-html-validation": "git://github.com/praveenvijayan/grunt-html-validation.git"
+ , "grunt-html-validation": "~0.1.4"
, "grunt-jekyll": "~0.3.8"
, "grunt-recess": "~0.3.3"
, "browserstack-runner": "~0.0.11"