Skip to content

Commit

Permalink
fix(lib): prevent import from sub-paths
Browse files Browse the repository at this point in the history
Refs: SHELL-225 (#446)
beawar authored Jun 21, 2024
1 parent e1421f6 commit a3989af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@
"description": "The Zextras Carbonio web client",
"main": "./lib/lib.js",
"types": "./lib/lib.d.ts",
"exports": {
".": "./lib/lib.js"
},
"engines": {
"node": "v18",
"npm": "v10"

0 comments on commit a3989af

Please sign in to comment.