html-inspector
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "html-inspector", | ||
"version": "0.6.0", | ||
"main": "dist/html-inspector.js", | ||
"version": "0.7.0", | ||
"main": "html-inspector.js", | ||
"ignore": [ | ||
"bin", | ||
"img", | ||
"spec", | ||
"src", | ||
"test", | ||
".*", | ||
"bower.json", | ||
"CHANGELOG.md", | ||
"CONTRIBUTING.md", | ||
"FAQs.md", | ||
"Gruntfile.js", | ||
"package.json" | ||
"package.json", | ||
"README.md", | ||
"try.html" | ||
] | ||
} |
@@ -0,1 +1,6 @@ | ||
### 0.7.0 (November 9, 2013) | ||
* Move the main script from the `dist` folder to the project root. | ||
* Ignore all files execpt the main script in bower.json. | ||
### 0.6.0 (November 9, 2013) | ||
@@ -2,0 +7,0 @@ |
@@ -25,4 +25,4 @@ module.exports = function(grunt) { | ||
options: { banner: "<%= banner %>" }, | ||
src: "dist/<%= pkg.name %>.js", | ||
dest: "dist/<%= pkg.name %>.js" | ||
src: "<%= pkg.name %>.js", | ||
dest: "<%= pkg.name %>.js" | ||
}, | ||
@@ -46,3 +46,3 @@ html_inspector_test: { | ||
src: "src/html-inspector.js", | ||
dest: "dist/<%= pkg.name %>.js", | ||
dest: "<%= pkg.name %>.js", | ||
options: { | ||
@@ -49,0 +49,0 @@ standalone: "HTMLInspector" |
{ | ||
"name": "html-inspector", | ||
"title": "HTML Inspector", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"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.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -46,3 +46,3 @@ # HTML Inspector | ||
If you clone the Github repo, just use the file at `dist/html-inspector.js`. | ||
If you clone the Github repo, just use the file named `html-inspector.js` in the project root. | ||
@@ -49,0 +49,0 @@ Once HTML Inspector is added, you can run `HTMLInspector.inspect()` to see the results. Calling `inspect` with no options will load all rules and run them with their default configuration options. |
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
360575
7050