Skip to content

Commit

Permalink
Bump debug to 0.2.2 for 256272c
Browse files Browse the repository at this point in the history
  • Loading branch information
hlxid committed Nov 19, 2021
1 parent c97b5ed commit c4aea28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions samples/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"nodecg": {
"compatibleRange": "^1.1.1",
"bundleDependencies": {
"nodecg-io-debug": "^0.2.1"
"nodecg-io-debug": "^0.2.2"
}
},
"license": "MIT",
"dependencies": {
"@types/node": "^16.11.7",
"nodecg-types": "^1.8.3",
"nodecg-io-core": "^0.2.0",
"nodecg-io-debug": "^0.2.1",
"nodecg-io-debug": "^0.2.2",
"typescript": "^4.4.4"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodecg-io-debug",
"version": "0.2.1",
"version": "0.2.2",
"description": "Debug helper service that helps to easily trigger your code for debugging purposes.",
"homepage": "https://nodecg.io/RELEASE/samples/debug",
"author": {
Expand Down

0 comments on commit c4aea28

Please sign in to comment.