Skip to content

Commit

Permalink
chore: define files for npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Sep 24, 2023
1 parent 6f41e5f commit ef02d1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/react-front-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
"main": "./dist/index.tsx",
"module": "./src/index.tsx",
"types": "./src/index.tsx",
"files": [
"dist",
"src",
"CHANGELOG.md",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"prepare": "npm run build",
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit ef02d1e

Please sign in to comment.