Skip to content

Commit

Permalink
Fix package exports, bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hansottowirtz committed Jan 8, 2023
1 parent 5c6a78f commit eb30fcb
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
@@ -1,15 +1,15 @@
{
"name": "react-done-tracker",
"version": "0.0.4",
"version": "0.0.5",
"description": "Keep track of when your React tree is done loading",
"type": "module",
"main": "./dist/index.js",
"repository": "https://github.com/bubblydoo/react-done-tracker",
"author": "Hans Otto Wirtz <[email protected]>",
"license": "MIT",
"exports": {
"default": "./dist/index.js",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"scripts": {
"build": "tsc && tsup src/index.ts",
Expand Down

1 comment on commit eb30fcb

@vercel
Copy link

@vercel vercel bot commented on eb30fcb Jan 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.