Skip to content

Commit 0f8d755

Browse files
author
Kenneth
committed
build: update package.json
1 parent e890bd3 commit 0f8d755

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
@@ -1,7 +1,9 @@
11
{
22
"name": "1byte-react-design",
33
"version": "1.6.1",
4-
"main": "src/index.tsx",
4+
"main": "dist/index.js",
5+
"module": "dist/index.js",
6+
"types": "dist/index.d.ts",
57
"license": "MIT",
68
"scripts": {
79
"build": "webpack --config webpack.config.js",

0 commit comments

Comments
 (0)