Skip to content

Commit a19f6c6

Browse files
author
Kenneth
committed
build: change version 1.6.7
1 parent 64a2915 commit a19f6c6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"name": "1byte-react-design",
33
"version": "1.6.7",
44
"description": "A simple React UI library",
5-
"main": "src/index.tsx",
6-
"module": "src/index.tsx",
7-
"types": "src/index.tsx",
5+
"main": "dist/index.js",
6+
"module": "dist/index.js",
7+
"types": "dist/index.d.ts",
8+
"files": [
9+
"dist"
10+
],
811
"license": "MIT",
912
"scripts": {
1013
"build": "webpack --config webpack.config.js",

0 commit comments

Comments
 (0)