html5-entry-webpack-plugin 1.1.0 → 1.2.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2025 smapiot
3
+ Copyright (c) 2019 - 2026 smapiot
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -69,7 +69,7 @@ And run `webpack` via your preferred method. This will emit `index.html` as a fi
69
69
 
70
70
  Contributions in any form are appreciated and much welcome!
71
71
 
72
- Just make sure to post an issue or reach out to me on [Gitter](https://gitter.im/piral-io/community) before starting actual work on anything. It really helps to avoid problems.
72
+ Just make sure to post an issue or reach out to us on the [![Community Chat](https://img.shields.io/discord/1222632475449229352)](https://discord.gg/kKJ2FZmK8t) before starting actual work on anything. It really helps to avoid problems.
73
73
 
74
74
  ## License
75
75
 
@@ -80,6 +80,6 @@ This plugin is released using the MIT license.
80
80
  [node]: https://img.shields.io/node/v/html5-entry-webpack-plugin.svg
81
81
  [node-url]: https://nodejs.org
82
82
  [chat]: https://img.shields.io/badge/gitter-piral.io%2Fcommunity-brightgreen.svg
83
- [chat-url]: https://gitter.im/piral-io/community
83
+ [chat-url]: https://discord.gg/kKJ2FZmK8t
84
84
  [size]: https://packagephobia.now.sh/badge?p=html5-entry-webpack-plugin
85
85
  [size-url]: https://packagephobia.now.sh/result?p=html5-entry-webpack-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html5-entry-webpack-plugin",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Webpack plugin for allowing HTML files as entry modules.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/smapiot/piral-cli-webpack.git"
26
+ "url": "https://github.com/smapiot/piral-cli-webpack.git"
27
27
  },
28
28
  "bugs": {
29
29
  "url": "https://github.com/smapiot/piral-cli-webpack/issues"
@@ -46,5 +46,5 @@
46
46
  "cheerio": "1.0.0",
47
47
  "html-webpack-plugin": "^4.5.2"
48
48
  },
49
- "gitHead": "26ac0d8587d0f9ea20473a44eca149c1b6738678"
49
+ "gitHead": "583263263c0849533dfb2c5a532fd3176e8c8781"
50
50
  }