Skip to content

Commit f334792

Browse files
committed
Optimized types in package.json.
1 parent 8bf7e1b commit f334792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"prepare": "npm run build",
3939
"prettier": "prettier package.json README.md tsconfig.json src/**.ts --write"
4040
},
41-
"types": "dist/BetterEmbed.d.ts",
41+
"types": "dist",
4242
"version": "1.0.4"
4343
}

0 commit comments

Comments
 (0)