This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Create a folder in `samples` named after the sample and add a `package.json` and
9
9
{
10
10
"name" : " <the sample name>" ,
11
11
"private" : true ,
12
- "version" : " 0.1 .0" ,
12
+ "version" : " 0.2 .0" ,
13
13
"nodecg" : {
14
14
"compatibleRange" : " ^1.1.1" ,
15
15
"bundleDependencies" : {
16
- "nodecg-io-<the service name>" : " ^0.1 .0"
16
+ "nodecg-io-<the service name>" : " ^0.2 .0"
17
17
}
18
18
},
19
19
"scripts" : {
@@ -23,8 +23,8 @@ Create a folder in `samples` named after the sample and add a `package.json` and
23
23
},
24
24
"license" : " MIT" ,
25
25
"dependencies" : {
26
- "nodecg-io-<the service name>" : " ^0.1 .0" ,
27
- "nodecg-io-core" : " ^0.1 .0" ,
26
+ "nodecg-io-<the service name>" : " ^0.2 .0" ,
27
+ "nodecg-io-core" : " ^0.2 .0" ,
28
28
"@types/node" : " ^14.14.13" ,
29
29
"nodecg" : " ^1.7.4" ,
30
30
"typescript" : " ^4.1.3"
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ Put the following into it:
23
23
``` json
24
24
{
25
25
"name" : " nodecg-io-<your-service-name>" ,
26
- "version" : " 0.1 .0" ,
26
+ "version" : " 0.2 .0" ,
27
27
"description" : " <Short description what is possible with your service.>" ,
28
- "homepage" : " https://nodecg.io/samples/<your-service-name>" ,
28
+ "homepage" : " https://nodecg.io/RELEASE/ samples/<your-service-name>" ,
29
29
"author" : {
30
30
"name" : " <Your name>" ,
31
31
"url" : " <Your github profile url>"
@@ -45,17 +45,17 @@ Put the following into it:
45
45
"nodecg" : {
46
46
"compatibleRange" : " ^1.1.1" ,
47
47
"bundleDependencies" : {
48
- "nodecg-io-core" : " ^0.1 .0"
48
+ "nodecg-io-core" : " ^0.2 .0"
49
49
}
50
50
},
51
51
"license" : " MIT" ,
52
52
"devDependencies" : {
53
- "@types/node" : " ^14.14.13 " ,
54
- "nodecg" : " ^1.7.4 " ,
55
- "typescript" : " ^4.1 .3"
53
+ "@types/node" : " ^14.14.33 " ,
54
+ "nodecg" : " ^1.8.1 " ,
55
+ "typescript" : " ^4.2 .3"
56
56
},
57
57
"dependencies" : {
58
- "nodecg-io-core" : " ^0.1 .0" ,
58
+ "nodecg-io-core" : " ^0.2 .0" ,
59
59
"<the package you found in step 1>" : " <the packages version you want to use>"
60
60
}
61
61
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " " ,
5
5
"private" : true ,
6
6
"nodecg" : {
You can’t perform that action at this time.
0 commit comments