html-inspector
Advanced tools
Comparing version 0.7.3 to 0.8.0
{ | ||
"name": "html-inspector", | ||
"version": "0.7.3", | ||
"version": "0.8.0", | ||
"main": "html-inspector.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
@@ -0,1 +1,5 @@ | ||
### 0.8.0 (February 7, 2014) | ||
* Remove the UMD wrapper to avoid CLI conflicts on pages using AMD. | ||
### 0.7.3 (January 27, 2014) | ||
@@ -2,0 +6,0 @@ |
@@ -94,3 +94,3 @@ # FAQs | ||
script.type = 'text/javascript'; | ||
script.src = 'http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.7.2/html-inspector.js'; | ||
script.src = 'http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.7.3/html-inspector.js'; | ||
script.onload = function(){ | ||
@@ -97,0 +97,0 @@ w.HTMLInspector.inspect(); |
@@ -45,6 +45,3 @@ module.exports = function(grunt) { | ||
src: "src/html-inspector.js", | ||
dest: "<%= pkg.name %>.js", | ||
options: { | ||
standalone: "HTMLInspector" | ||
} | ||
dest: "<%= pkg.name %>.js" | ||
} | ||
@@ -51,0 +48,0 @@ }, |
{ | ||
"name": "html-inspector", | ||
"title": "HTML Inspector", | ||
"version": "0.7.3", | ||
"version": "0.8.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.", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
"mocha": "*", | ||
"sinon": "*", | ||
"sinon": "1.7.3", | ||
"mout": "*", | ||
@@ -41,0 +41,0 @@ "dom-utils": "*", |
@@ -27,3 +27,3 @@ # HTML Inspector | ||
```html | ||
<script src="http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.7.2/html-inspector.js"></script> | ||
<script src="http://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.7.3/html-inspector.js"></script> | ||
``` | ||
@@ -30,0 +30,0 @@ |
@@ -164,2 +164,2 @@ var Listener = require("./listener") | ||
module.exports = HTMLInspector | ||
window.HTMLInspector = HTMLInspector |
Sorry, the diff of this file is too big to display
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
361747
7052