Skip to content

Commit f7c5127

Browse files
committed
Add typescript definition to package json
1 parent 77c0ac5 commit f7c5127

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"version": "0.0.11",
44
"description": "Embed javascript and css source inline when using the webpack dev server or middleware",
55
"main": "index.js",
6+
"types": "index.d.ts",
67
"files": [
7-
"index.js"
8+
"index.js",
9+
"index.d.ts"
810
],
911
"scripts": {
1012
"prepublish": "npm run test",

0 commit comments

Comments
 (0)