Skip to content

Commit b8ba30b

Browse files
fix: updates "files" and "exports" fields in package.json
1 parent 0e1f88a commit b8ba30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"url": "git+https://github.com/virtuallyunknown/discordjs-typed-commands.git"
2121
},
2222
"files": [
23-
"./src/"
23+
"./dist/"
2424
],
2525
"exports": {
26-
"types": "./src/index.ts",
26+
"types": "./dist/index.d.ts",
2727
"import": "./dist/index.js"
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)