Update package.json

Fixed the path to the types file.
pull/322/head
David Sichau 2 years ago committed by GitHub
parent 5c79b6ae30
commit 4f1b696902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,10 +9,10 @@
"type": "module",
"browser": "dist-js/index.min.js",
"module": "dist-js/index.mjs",
"types": "dist-js/index.d.ts",
"types": "dist-js/dist/index.d.ts",
"exports": {
"import": "./dist-js/index.mjs",
"types": "./dist-js/index.d.ts",
"types": "./dist-js/dist/index.d.ts",
"browser": "./dist-js/index.min.js"
},
"scripts": {

Loading…
Cancel
Save