🔧 chore(package): bump to 2.0.0
since it's basically a full-rewrite compared to the 1.0.0, I suppose it's better to call it 2.0.0
This commit is contained in:
+2
-1
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://www.schemastore.org/package.json",
|
"$schema": "https://www.schemastore.org/package.json",
|
||||||
"name": "colorshell",
|
"name": "colorshell",
|
||||||
"version": "1.1.0",
|
"version": "2.0.0",
|
||||||
"packageManager": "pnpm@10.12.1",
|
"packageManager": "pnpm@10.12.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"types": "sh ./scripts/types.sh",
|
"types": "sh ./scripts/types.sh",
|
||||||
"dev": "sh ./scripts/build.sh -d && sh ./scripts/start.sh",
|
"dev": "sh ./scripts/build.sh -d && sh ./scripts/start.sh",
|
||||||
"start": "sh ./scripts/start.sh",
|
"start": "sh ./scripts/start.sh",
|
||||||
|
"clean": "sh ./scripts/clean.sh",
|
||||||
"build": "sh ./scripts/build.sh",
|
"build": "sh ./scripts/build.sh",
|
||||||
"build:release": "sh ./scripts/release.sh",
|
"build:release": "sh ./scripts/release.sh",
|
||||||
"sync-config": "sh ./scripts/update-repo.sh"
|
"sync-config": "sh ./scripts/update-repo.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user