Skip to content

Commit

Permalink
fix(exports): [DEP0148] Use of deprecated folder mapping "./"
Browse files Browse the repository at this point in the history
- https://nodejs.org/docs/latest-v16.x/api/packages.html#subpath-folder-mappings

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 3, 2022
1 parent 1eca0be commit 460c3ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./": "./",
"./enums": {
"types": "./dist/enums/index.d.ts",
"import": "./dist/enums/index.mjs",
Expand Down

0 comments on commit 460c3ee

Please sign in to comment.