Skip to content

Commit a288bfa

Browse files
committed
release 1.9.1
add `webpack5` to `keywords`
1 parent 03262c9 commit a288bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-inline-css-webpack-plugin",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "☄️ A webpack plugin for convert external stylesheet to embedded stylesheet, aka document stylesheet",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
@@ -28,6 +28,7 @@
2828
"keywords": [
2929
"webpack",
3030
"webpack4",
31+
"webpack5",
3132
"webpack-plugin",
3233
"inline",
3334
"internal",

0 commit comments

Comments
 (0)