diff options
| author | Nick Schonning <[email protected]> | 2013-08-22 12:20:56 -0400 |
|---|---|---|
| committer | Nick Schonning <[email protected]> | 2013-08-22 12:20:56 -0400 |
| commit | ca63686fdaf3869074a3329b49a042d3e1d369fa (patch) | |
| tree | ad649860419c1fb4b12c5868a0514c8419cf62f6 | |
| parent | 1bcf9f126d2ab72b67190e9284bb7e7ce7a94719 (diff) | |
| download | bootstrap-ca63686fdaf3869074a3329b49a042d3e1d369fa.tar.xz bootstrap-ca63686fdaf3869074a3329b49a042d3e1d369fa.zip | |
Use NPM version of grunt-html-validation
The package is now published, so the direct git url is no longer
required
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 71f7aa5b4..0bb25e8a0 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" |
