Skip to content

Commit

Permalink
fix: removing "dist/" from pkg entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Jun 13, 2023
1 parent dd04119 commit 302d8cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "suspend-react",
"version": "0.0.0-semantic-release",
"description": "Integrate React Suspense into your apps",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.cjs.js",
"module": "index.js",
"types": "index.d.ts",
"sideEffects": false,
"keywords": [
"react",
Expand Down

0 comments on commit 302d8cf

Please sign in to comment.