We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist
1 parent 7b861e4 commit 70c6799Copy full SHA for 70c6799
package.json
@@ -28,7 +28,10 @@
28
"types": "./dist/index.d.ts",
29
"sideEffects": false,
30
"imports": {
31
- "#root/*": "./src/*"
+ "#root/*": {
32
+ "import": "./dist/*",
33
+ "default": "./src/*"
34
+ }
35
},
36
"exports": {
37
".": "./dist/index.js",
@@ -81,7 +84,7 @@
81
84
82
85
"devDependencies": {
83
86
"@babel/core": "^7.23.6",
- "@commitlint/cli": "^17.7.1",
87
+ "@commitlint/cli": "^18.4.3",
88
"@commitlint/config-conventional": "^18.4.3",
89
"@commitlint/cz-commitlint": "^18.4.3",
90
"@jamesacarr/jest-reporter-github-actions": "^0.0.4",
0 commit comments