Skip to content

Commit bd0743f

Browse files
committed
Fixed types in package.json.
1 parent 5231b13 commit bd0743f

File tree

2 files changed

+1
-1
lines changed

2 files 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",
41+
"types": "dist/BetterEmbed.d.ts",
4242
"version": "1.0.3"
4343
}

src/index.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)