Skip to content

Commit

Permalink
Fix react package not being exported properly
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Nov 16, 2023
1 parent ab4ca84 commit fac942f
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 95 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purduehackers/time",
"version": "0.6.1",
"version": "0.6.2",
"description": "convert between traditional time and lightning time ⚡️",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@types/jest": "^29.1.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"bunchee": "^3.8.0",
"bunchee": "^3.9.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
Expand All @@ -73,6 +73,6 @@
"pinst": "^2.1.6",
"prettier": "^2.4.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit fac942f

Please sign in to comment.