html-inspector
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "html-inspector", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"main": "html-inspector.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
@@ -0,1 +1,5 @@ | ||
### 0.7.2 (January 22, 2014) | ||
* Warn if the user tries to use the CLI when phantomjs isn't installed. | ||
### 0.7.1 (January 16, 2014) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "html-inspector", | ||
"title": "HTML Inspector", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "HTML Inspector is a code quality tool to help you and your team write better markup. It's written in JavaScript and runs in the browser, so testing your HTML has never been easier.", | ||
@@ -23,3 +23,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"commander": "*" | ||
"commander": "*", | ||
"colors": "*" | ||
}, | ||
@@ -42,5 +43,4 @@ "devDependencies": { | ||
"semver": "*", | ||
"colors": "*", | ||
"moment": "*" | ||
} | ||
} |
@@ -36,2 +36,7 @@ # HTML Inspector | ||
# Inspect a file from the command line | ||
# Note: the CLI requires phantomjs to be installed | ||
# http://phantomjs.org/download.html | ||
htmlinspector path/to/file.html | ||
# View the CLI options | ||
@@ -38,0 +43,0 @@ htmlinspector --help |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
361250
16
385
2
3
+ Addedcolors@*
+ Addedcolors@1.4.0(transitive)