We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7135069 commit 38ec748Copy full SHA for 38ec748
package.json
@@ -1,7 +1,7 @@
1
{
2
"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",
+ "version": "1.3.2",
+ "description": "☄️ A webpack plugin for convert external stylesheet to embedded stylesheet, aka document stylesheet",
5
"main": "./build/index.js",
6
"types": "./build/index.d.ts",
7
"scripts": {
@@ -16,11 +16,12 @@
16
"webpack4",
17
"webpack-plugin",
18
"inline",
19
- "inline-css",
20
- "inline-style",
21
- "internal-style",
22
- "internal-css",
23
- "css"
+ "internal",
+ "embedded",
+ "document",
+ "css",
+ "style",
24
+ "stylesheet"
25
],
26
"author": "Runjuu",
27
"license": "MIT",
0 commit comments