@caweb/html-webpack-plugin 1.8.9 → 2.0.0

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/CHANGELOG.md +3 -0
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v2.0.0
2
+ - Removed webpack dependency
3
+
1
4
  v1.8.8
2
5
  - Removed the title key from the dataFile.site
3
6
 
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.8.9",
3
+ "version": "2.0.0",
4
4
  "description": "CAWebPublishing Site Generation HTML Webpack Plugin",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {
8
- "webpack": "webpack",
9
8
  "test": "echo \"Error: run tests from root\" && exit 0"
10
9
  },
11
10
  "repository": {
@@ -29,9 +28,7 @@
29
28
  },
30
29
  "homepage": "https://github.com/CAWebPublishing/webpack/plugins/html#readme",
31
30
  "dependencies": {
32
- "html-webpack-plugin": "^5.6.4",
33
- "webpack": "^5.102.1",
34
- "webpack-cli": "^6.0.1"
31
+ "html-webpack-plugin": "^5.6.4"
35
32
  },
36
33
  "peerDependencies": {
37
34
  "@caweb/template": "^1.0.6"