Skip to content

Commit

Permalink
fix: fixed package entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojrmcom committed Dec 13, 2021
1 parent 1ec707a commit 5175d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@ricardo-jrm/use-number-format",
"description": "Format numbers with React",
"version": "0.0.0-development",
"main": "dist/index.min.js",
"version": "0.0.1-development",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"repository": {
Expand Down

0 comments on commit 5175d6d

Please sign in to comment.