mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 15:30:49 +00:00
fix export extensions
This commit is contained in:
parent
07f19d527d
commit
1218002a7e
@ -5,8 +5,8 @@
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./dist/internal/compilerSupport/v3": "./dist/internal/compilerSupport/v3",
|
||||
"./compilerSupport/v3": "./dist/internal/compilerSupport/v3"
|
||||
"./dist/internal/compilerSupport/v3": "./dist/internal/compilerSupport/v3.js",
|
||||
"./compilerSupport/v3": "./dist/internal/compilerSupport/v3.js"
|
||||
},
|
||||
"typings": "./dist/index.d.ts",
|
||||
"engines": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user