Skip to content

Commit

Permalink
fix: fix wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkukov committed Sep 27, 2020
1 parent bbbd080 commit 3bdab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.3.0",
"description": "Optimized, non-recursive flood fill using a scan line search",
"main": "dist/index.bundle.js",
"module": "dist/react-dial-knob.esm.js",
"module": "dist/index.bundle.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 3bdab3c

Please sign in to comment.