Skip to content

Commit

Permalink
fix: export src and package.json (resolve #140)
Browse files Browse the repository at this point in the history
  • Loading branch information
penpenpng committed Jul 27, 2024
1 parent d52e8c4 commit c1ec762
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"node": "./dist/index.cjs.js",
"default": "./dist/index.umd.js"
}
}
},
"./src": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
"src",
Expand Down
4 changes: 3 additions & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"node": "./dist/index.cjs.js",
"default": "./dist/index.umd.js"
}
}
},
"./src": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
"src",
Expand Down

0 comments on commit c1ec762

Please sign in to comment.