Skip to content

Commit 3322d90

Browse files
committed
release 0.1.3
update package.json
1 parent e909072 commit 3322d90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html-inline-css-webpack-plugin",
3-
"version": "0.1.2",
4-
"description": "",
3+
"version": "0.1.3",
4+
"description": "A webpack plugin for convert external style sheet to internal style sheet",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"scripts": {
@@ -11,7 +11,7 @@
1111
"type": "git",
1212
"url": "git+https://github.com/Runjuu/html-inline-css-webpack-plugin.git"
1313
},
14-
"keywords": [],
14+
"keywords": ["webpack", "webpack4", "webpack-plugin", "inline", "inline-css", "inline-style", "internal-style", "internal-css", "css"],
1515
"author": "Runjuu",
1616
"license": "MIT",
1717
"bugs": {

0 commit comments

Comments
 (0)