Skip to content

Commit 3874ec4

Browse files
committed
chore: update paths
1 parent 11d9261 commit 3874ec4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"exports": {
4949
".": {
5050
"types": "./dist/src/index.d.ts",
51-
"import": "./src/index.js"
51+
"import": "./dist/src/index.js"
5252
}
5353
},
5454
"eslintConfig": {
@@ -58,7 +58,6 @@
5858
},
5959
"ignorePatterns": [
6060
"scripts/*",
61-
"src/message/message.*",
6261
"*.test-d.ts"
6362
]
6463
},

0 commit comments

Comments
 (0)