pull/322/merge
David Sichau 2 years ago committed by GitHub
commit be1bdccc5a
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