Skip to content

Commit

Permalink
chore: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 13, 2023
1 parent 11d9261 commit 3874ec4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./src/index.js"
"import": "./dist/src/index.js"
}
},
"eslintConfig": {
Expand All @@ -58,7 +58,6 @@
},
"ignorePatterns": [
"scripts/*",
"src/message/message.*",
"*.test-d.ts"
]
},
Expand Down

0 comments on commit 3874ec4

Please sign in to comment.