Compare commits

..

2 Commits

Author SHA1 Message Date
luk
33c3b07254 [package.json] 排序,把 scripts 放到最后 2025-03-25 15:44:41 +08:00
luk
3a37b24aa4 rename git.faronear.org to git.tic.cc 2025-03-25 15:29:58 +08:00

View File

@ -3,12 +3,9 @@
"version": "1.0.0",
"description": "",
"main": "app_versioning.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.faronear.org/npm/wo_scripts"
"url": "https://git.tic.cc/npm/wo_scripts"
},
"keywords": [],
"author": "",
@ -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"
}
}