Skip to content

Commit

Permalink
fix(react): remove exports entry (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsj authored Dec 5, 2023
1 parent 1f2158e commit 9172efe
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "@slate-serializers/react",
"version": "2.1.2",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
}
}
"types": "./index.d.ts"
}

0 comments on commit 9172efe

Please sign in to comment.