Skip to content

Commit

Permalink
Remove package.json exports (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Rogin Farrer <rfarrer@wayfair.com>
  • Loading branch information
roginfarrer and Rogin Farrer committed Jan 23, 2023
1 parent 63b5088 commit cd21fd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/thick-mirrors-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@collapsed/core': patch
'@collapsed/react': patch
---

Remove package.json exports
5 changes: 0 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"main": "dist/index.cjs.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"require": "./dist/index.cjs.js",
"default": "./dist/index.mjs"
},
"files": [
"src",
"dist"
],
"scripts": {
Expand Down
5 changes: 0 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"main": "dist/index.cjs.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"require": "./dist/index.cjs.js",
"default": "./dist/index.mjs"
},
"files": [
"src",
"dist"
],
"scripts": {
Expand Down

0 comments on commit cd21fd4

Please sign in to comment.