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

Commit 17bb996

Browse files
committed
Rename samples to follow sample naming convention
Updates intellij, sacn-receiver and twitch-pubsub to follow the sample naming convention that was documented in codeoverflow-org/nodecg-io-docs#41. They had "sample" or "integration" in them but it is in the sample directory so that is already clear.
1 parent 7ffb33c commit 17bb996

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

samples/intellij-integration/package.json renamed to samples/intellij/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "intellij-integration",
2+
"name": "intellij",
33
"version": "0.1.0",
44
"private": true,
55
"nodecg": {
File renamed without changes.

samples/sacn-receiver-sample/package.json renamed to samples/sacn-receiver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sacn-receiver-sample",
2+
"name": "sacn-receiver",
33
"version": "0.1.0",
44
"description": "Example nodecg-io-sacn-receiver Bundle. Receives data via sACN",
55
"private": true,
File renamed without changes.
File renamed without changes.

samples/pubsubsample/package.json renamed to samples/twitch-pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pubsubsample",
2+
"name": "twitch-pubsub",
33
"version": "0.1.0",
44
"private": true,
55
"nodecg": {
File renamed without changes.

0 commit comments

Comments
 (0)