Skip to content

Commit 38ec748

Browse files
committed
release 1.3.2
1 parent 7135069 commit 38ec748

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html-inline-css-webpack-plugin",
3-
"version": "1.3.0",
4-
"description": "A webpack plugin for convert external style sheet to internal style sheet",
3+
"version": "1.3.2",
4+
"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",
77
"scripts": {
@@ -16,11 +16,12 @@
1616
"webpack4",
1717
"webpack-plugin",
1818
"inline",
19-
"inline-css",
20-
"inline-style",
21-
"internal-style",
22-
"internal-css",
23-
"css"
19+
"internal",
20+
"embedded",
21+
"document",
22+
"css",
23+
"style",
24+
"stylesheet"
2425
],
2526
"author": "Runjuu",
2627
"license": "MIT",

0 commit comments

Comments
 (0)