Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 90950ff

Browse files
committed
chore: Updates bundling
1 parent f64803a commit 90950ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"bin": {
77
"react2dts": "cli.js"
88
},
9+
"files": [
10+
"index.js",
11+
"cli.js",
12+
"index.d.ts",
13+
"index.js.map"
14+
],
915
"scripts": {
1016
"clean": "rm -f index.js index.js.map tests/*.js tests/*.js.map",
1117
"prebuild": "npm run clean",

0 commit comments

Comments
 (0)