Skip to content

Commit 95d6840

Browse files
committed
fix(cli): fix useless env for typescript template
1 parent edf9695 commit 95d6840

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-spark",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "a cli for @spark.ts",
55
"main": "./dist/index.js",
66
"bin": "./dist/index.js",
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Discord config
22
DISCORD_TOKEN=<TOKEN HERE>
3-
CLIENT_ID=<CLIENT ID>

0 commit comments

Comments
 (0)