Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Jan 31, 2023
1 parent 4a3d4aa commit bb66394
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,15 @@
},
"module": "./dist/fabric.mjs",
"main": "./dist/fabric.cjs",
"types": "./dist/fabric.d.ts"
"types": "./dist/fabric.d.ts",
"exports": {
".": "./dist/fabric.mjs",
"node": "./dist/fabric.node.mjs",
"node.mjs": "./dist/fabric.node.mjs",
"node.cjs": "./dist/fabric.node.cjs",
"default": "./dist/fabric.mjs",
"import": "./dist/fabric.mjs",
"require": "./dist/fabric.cjs",
"types": "./dist/fabric.d.ts"
}
}

0 comments on commit bb66394

Please sign in to comment.