Skip to content

Commit

Permalink
ci: export files for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 12, 2024
1 parent cc7199a commit b425b6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js"
}
},
"keywords": [],
"author": "ZetaChain",
"license": "MIT",
Expand Down

0 comments on commit b425b6f

Please sign in to comment.