Skip to content

Commit

Permalink
feat: add core submodule to package exports (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored Dec 20, 2023
1 parent 629a3c2 commit 2c967b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"require": "./build/cjs/index.js",
"import": "./build/esm/index.js"
},
"./core": {
"types": "./build/esm/core/index.d.ts",
"require": "./build/cjs/core/index.js",
"import": "./build/esm/core/index.js"
},
"./specs": {
"types": "./build/esm/extensions/specs.d.ts",
"require": "./build/cjs/extensions/specs.js",
Expand All @@ -50,6 +55,9 @@
"index.d.ts": [
"./build/esm/index.d.ts"
],
"core": [
"./build/esm/core/index.d.ts"
],
"specs": [
"./build/esm/extensions/specs.d.ts"
],
Expand Down

0 comments on commit 2c967b5

Please sign in to comment.