Skip to content

Commit

Permalink
Fix types not being exported correctly
Browse files Browse the repository at this point in the history
Co-authored-by: 7PH <31401273+7PH@users.noreply.github.com>
  • Loading branch information
ImLunaHey and 7PH committed Nov 4, 2023
1 parent 3a76257 commit ad29efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "./lib/react-powerglitch.es.js",
"exports": {
".": {
"types": "./types/lib/index.d.ts",
"import": "./lib/react-powerglitch.es.js",
"require": "./lib/react-powerglitch.umd.js"
}
Expand Down

0 comments on commit ad29efd

Please sign in to comment.