Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 7a6a2a8

Browse files
committed
Merge branch 'master' of github.com:codeoverflow-org/nodecg-io into sample/irc-connect-to-channel
2 parents 80953c6 + 18ccdb4 commit 7a6a2a8

File tree

49 files changed

+357
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+357
-157
lines changed

nodecg-io-ahk/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "https://github.com/derNiklaas"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"",
@@ -30,6 +31,6 @@
3031
},
3132
"dependencies": {
3233
"nodecg-io-core": "0.1.0",
33-
"node-fetch": "^2.6.0"
34+
"node-fetch": "^2.6.1"
3435
}
3536
}

nodecg-io-core/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "http://codeoverflow.org"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"",

nodecg-io-discord/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "https://github.com/noeppi-noeppi"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"",

nodecg-io-intellij/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "https://github.com/noeppi-noeppi"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"",
@@ -30,6 +31,6 @@
3031
},
3132
"dependencies": {
3233
"nodecg-io-core": "0.1.0",
33-
"node-fetch": "^2.6.0"
34+
"node-fetch": "^2.6.1"
3435
}
3536
}

nodecg-io-irc/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "https://github.com/ExtremTechniker"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"",

nodecg-io-midi-input/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "https://github.com/noeppi-noeppi"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"",
@@ -29,6 +30,6 @@
2930
},
3031
"dependencies": {
3132
"nodecg-io-core": "0.1.0",
32-
"easymidi": "^2.0.0"
33+
"easymidi": "^2.0.1"
3334
}
3435
}

nodecg-io-midi-output/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "https://github.com/noeppi-noeppi"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"",
@@ -29,6 +30,6 @@
2930
},
3031
"dependencies": {
3132
"nodecg-io-core": "0.1.0",
32-
"easymidi": "^2.0.0"
33+
"easymidi": "^2.0.1"
3334
}
3435
}

nodecg-io-obs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"homepage": "",
66
"contributor": "derNiklaas",
77
"scripts": {
8-
"build": "tsc",
9-
"watch": "tsc -w"
8+
"build": "tsc -b",
9+
"watch": "tsc -b -w",
10+
"clean": "tsc -b --clean"
1011
},
1112
"files": [
1213
"dashboard",

nodecg-io-philipshue/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "https://thecrether.at"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"nodecg-bundle"

nodecg-io-rcon/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"url": "https://github.com/derNiklaas"
99
},
1010
"scripts": {
11-
"build": "tsc",
12-
"watch": "tsc -w"
11+
"build": "tsc -b",
12+
"watch": "tsc -b -w",
13+
"clean": "tsc -b --clean"
1314
},
1415
"keywords": [
1516
"",

0 commit comments

Comments
 (0)