@caweb/a11y-webpack-plugin 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -183,7 +183,7 @@ class A11yPlugin {
183
183
  outputFolder,
184
184
  outputFilenameTimestamp
185
185
  }){
186
- console.log( url )
186
+
187
187
  let acheckerArgs = [
188
188
  '--ruleArchive',
189
189
  ruleArchive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/a11y-webpack-plugin",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "CAWebPublishing Webpack Plugin to run Accessibility Scans",
5
5
  "type": "module",
6
6
  "main": "index.js",