Skip to content

Commit

Permalink
fix: correct module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Apr 10, 2024
1 parent fcdfbbb commit 8aef188
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@ribbon-studios/react-utils",
"description": "Collection of react utilities curated by the Rainbow Cafe~",
"version": "1.0.0",
"version": "2.3.2",
"type": "module",
"source": "src/*.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"module": "./dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit 8aef188

Please sign in to comment.