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" } }