gulp-bootlint
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "gulp-bootlint", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A gulp wrapper for Bootlint, the HTML linter for Bootstrap projects", | ||
@@ -22,2 +22,3 @@ "license": "MIT", | ||
"scripts": { | ||
"pretest": "jshint *.js test/*.js", | ||
"test": "mocha" | ||
@@ -43,7 +44,8 @@ }, | ||
"merge": "^1.2.0", | ||
"through2": "^2.0.0" | ||
"through2": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.3.4", | ||
"should": "^7.1.1" | ||
"jshint": "^2.9.1", | ||
"mocha": "^2.4.5", | ||
"should": "^8.3.0" | ||
}, | ||
@@ -54,3 +56,6 @@ "readmeFilename": "README.md", | ||
}, | ||
"homepage": "https://github.com/tschortsch/gulp-bootlint" | ||
"homepage": "https://github.com/tschortsch/gulp-bootlint", | ||
"jshintConfig": { | ||
"node": true | ||
} | ||
} |
@@ -122,2 +122,3 @@ # gulp-bootlint | ||
* 2016-04-12 - v0.7.2: Bumped dependency versions | ||
* 2015-11-25 - v0.7.1: Updated Bootlint to v0.14.2 | ||
@@ -140,2 +141,2 @@ * 2015-11-16 - v0.7.0: Updated Bootlint to v0.14.1 / Added options to define reporters (thx @chrismbarr) / Bumped dependency versions | ||
Copyright (c) 2015 Jürg Hunziker. Licensed under the MIT License. | ||
Copyright (c) 2016 Jürg Hunziker. Licensed under the MIT License. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12408
140
3
Updatedthrough2@^2.0.1