Skip to content

Commit

Permalink
fix: properly release dist
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Nov 17, 2020
1 parent 0ed5dc5 commit 0bb02bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "league-connect",
"version": "5.0.0-beta1",
"version": "5.0.0-beta2",
"description": "Module for consuming the League of Legends Client APIs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "tsc",
"compile": "tsc"
},
"repository": {
Expand Down

0 comments on commit 0bb02bf

Please sign in to comment.