Skip to content

Commit

Permalink
add .dockerignore, fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yagamuu committed Feb 16, 2025
1 parent dcc7672 commit 05c5e7a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node_modules
.git
.gitignore
*.md
dist
.vscode
.github
.envrc
.nvmrc
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
}
},
"nodecg": {
"compatibleRange": "^2.3.0",
"compatibleRange": "^2.5.0",
"bundleDependencies": {
"nodecg-speedcontrol": "^2.5.0"
},
"dashboardPanels": [
{
"name": "example",
Expand Down

0 comments on commit 05c5e7a

Please sign in to comment.