Skip to content

Commit 2c03ff5

Browse files
committed
fix: fixed last stable version of ansis in package.json to avoid issues in dependency
1 parent 0a5ec81 commit 2c03ff5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.4 (2022-09-08)
2+
- fix: fixed last stable version of ansis in package.json to avoid issues in dependency
3+
14
## 0.8.3 (2022-09-04)
25
- docs: update readme
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ new RemoveEmptyScriptsPlugin({
228228
[ansis]: https://github.com/webdiscus/ansis
229229
[pug-plugin]: https://github.com/webdiscus/pug-plugin
230230
[pug-loader]: https://github.com/webdiscus/pug-loader
231-
<!-- prettier-ignore-end -->
231+
<!-- prettier-ignore-end -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-remove-empty-scripts",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "Webpack 5 plugin to remove empty scripts generated by usage only style in webpack entry.",
55
"keywords": [
66
"webpack",
@@ -56,7 +56,7 @@
5656
"webpack": ">=5.32.0"
5757
},
5858
"dependencies": {
59-
"ansis": "^1.4.0"
59+
"ansis": "1.4.0"
6060
},
6161
"devDependencies": {
6262
"@babel/core": "^7.18.13",

0 commit comments

Comments
 (0)