Skip to content

Commit ae5a1ca

Browse files
committed
Fixed config
1 parent 384987b commit ae5a1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type" : "module" ,
1818
"main" : "./Export/mod.js",
1919
"types" : "./Export/mod.d.ts",
20-
"exports" : "./Export.mod.js" ,
20+
"exports" : "./Export/mod.js" ,
2121
"files" : [ "Export" ],
2222

2323
"engines": {

0 commit comments

Comments
 (0)