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

Commit c3771e3

Browse files
committed
feat: initial release
Lowers version to 0.0.1 so that semantic-release can bump it to 0.1.0 to force a release. Hopefully this works like intended.
1 parent 5e25f6c commit c3771e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodecg-io-cli",
3-
"version": "0.1.0",
4-
"description": "The CLI to install and manage nodecg-io installations. Also helps you with nodecg-io related development.",
3+
"version": "0.0.1",
4+
"description": "The CLI to install and manage nodecg-io installations. Also helps you with nodecg-io bundle related development.",
55
"main": "index.js",
66
"scripts": {
77
"build": "tsc -b",

0 commit comments

Comments
 (0)