We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a2915 commit a19f6c6Copy full SHA for a19f6c6
package.json
@@ -2,9 +2,12 @@
2
"name": "1byte-react-design",
3
"version": "1.6.7",
4
"description": "A simple React UI library",
5
- "main": "src/index.tsx",
6
- "module": "src/index.tsx",
7
- "types": "src/index.tsx",
+ "main": "dist/index.js",
+ "module": "dist/index.js",
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
"license": "MIT",
12
"scripts": {
13
"build": "webpack --config webpack.config.js",
0 commit comments