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

Commit 4c6d149

Browse files
committed
v0.1.0
1 parent 1fdc596 commit 4c6d149

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

lerna.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2-
"packages": ["nodecg-io-*", "nodecg-io-core/dashboard", "samples/*", "utils/*"],
2+
"packages": [
3+
"nodecg-io-*",
4+
"nodecg-io-core/dashboard",
5+
"samples/*",
6+
"utils/*"
7+
],
38
"version": "0.1.0"
49
}

samples/curseforge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/node": "^14.14.33",
1919
"nodecg": "^1.8.1",
2020
"nodecg-io-core": "^0.1.0",
21-
"nodecg-io-curseforge": "0.1.0",
21+
"nodecg-io-curseforge": "^0.1.0",
2222
"typescript": "^4.2.3"
2323
}
2424
}

samples/twitch-addons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/node": "^14.14.33",
1919
"nodecg": "^1.8.1",
2020
"nodecg-io-core": "^0.1.0",
21-
"nodecg-io-twitch-addons": "0.1.0",
21+
"nodecg-io-twitch-addons": "^0.1.0",
2222
"typescript": "^4.2.3"
2323
}
2424
}

0 commit comments

Comments
 (0)