Skip to content

Commit 0bb02bf

Browse files
committed
fix: properly release dist
1 parent 0ed5dc5 commit 0bb02bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "league-connect",
3-
"version": "5.0.0-beta1",
3+
"version": "5.0.0-beta2",
44
"description": "Module for consuming the League of Legends Client APIs",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8+
"prepublishOnly": "tsc",
89
"compile": "tsc"
910
},
1011
"repository": {

0 commit comments

Comments
 (0)