Skip to content

Commit f18cbf1

Browse files
authored
Update package.json
1 parent c18db3d commit f18cbf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "html-inline-css-webpack-plugin",
33
"version": "1.3.2",
44
"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",
5+
"main": "./index.js",
6+
"types": "./index.d.ts",
77
"scripts": {
88
"build": "rm -rf ./build && tsc"
99
},

0 commit comments

Comments
 (0)