Skip to content

Commit

Permalink
fix: move core to ts module
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Jan 25, 2022
1 parent 5308afc commit 0832cfe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "1.0.1",
"private": false,
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist",
"!src",
"src",
"!**/__tests__",
"!tsconfig.json"
],
Expand All @@ -22,4 +21,4 @@
"@use-gesture/react": "^10.1.6",
"reactjs-view-share": "^1.0.1"
}
}
}

0 comments on commit 0832cfe

Please sign in to comment.