script-ext-html-webpack-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -32,3 +32,3 @@ 'use strict'; | ||
this.options.defer.length === 0) { | ||
return callback(); | ||
return callback(null, htmlPluginData); | ||
} | ||
@@ -43,3 +43,3 @@ if (ATTRIBUTE_PRIORITIES.indexOf(this.options.defaultAttribute) < 0) { | ||
}); | ||
callback(); | ||
callback(null, htmlPluginData); | ||
} | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "script-ext-html-webpack-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements", | ||
@@ -37,4 +37,5 @@ "main": "index.js", | ||
"semistandard": "^7.0.5", | ||
"style-ext-html-webpack-plugin": "^1.0.1", | ||
"webpack": "^1.12.14" | ||
} | ||
} |
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
9022
6