Skip to content

Commit

Permalink
Merge pull request #162 from LordTocs/tocs
Browse files Browse the repository at this point in the history
Fix built version missing ref-union-di
  • Loading branch information
LordTocs authored Jul 11, 2022
2 parents a7ea452 + 535acb2 commit 0d283cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castmate",
"version": "0.2.2",
"version": "0.2.3",
"private": "true",
"description": "CastMate is a broadcaster tool that allows Twitch viewers to interact with a broadcasters stream components through Chat Commands, Channel Point rewards, and more.",
"author": "LordTocs & FitzBro",
Expand Down Expand Up @@ -50,6 +50,7 @@
"recursive-readdir": "^2.2.2",
"ref-napi": "^3.0.3",
"ref-struct-di": "^1.1.1",
"ref-union-di": "^1.0.1",
"regedit": "^5.0.0",
"regenerator-runtime": "^0.13.9",
"say": "^0.16.0",
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
"ref-struct-di",
"win32-api",
"win32-def",
"ref-union-di",
"@waiting/shared-types",
"node-addon-api",
"get-uv-event-loop-napi-h",
Expand Down

0 comments on commit 0d283cd

Please sign in to comment.