Commit 343157c2 authored by Abi Raja's avatar Abi Raja

put default export as the last in package.json

parent a84826f2
......@@ -11,8 +11,8 @@
"exports": {
".": {
"import": "./build/index.js",
"default": "./build/index.js",
"types": "./build/index.d.ts"
"types": "./build/index.d.ts",
"default": "./build/index.js"
}
},
"files": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment