From 33c3b07254dbc6dbf1b2bb40a1af9b3385fba4a6 Mon Sep 17 00:00:00 2001 From: luk Date: Tue, 25 Mar 2025 15:44:41 +0800 Subject: [PATCH] =?UTF-8?q?[package.json]=20=E6=8E=92=E5=BA=8F=EF=BC=8C?= =?UTF-8?q?=E6=8A=8A=20scripts=20=E6=94=BE=E5=88=B0=E6=9C=80=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 519a037..fca6fe3 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "version": "1.0.0", "description": "", "main": "app_versioning.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", "url": "https://git.tic.cc/npm/wo_scripts" @@ -17,5 +14,8 @@ "readline-sync": "^1.4.10", "shelljs": "^0.8.5", "shx": "^0.3.4" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" } }