egg-typebox-validate
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "egg-typebox-validate", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "another validate for typescript egg projects", | ||
@@ -56,3 +56,3 @@ "eggPlugin": { | ||
"tsc": "tsc -p tsconfig.json", | ||
"clean": "rm -f app/**/*.js", | ||
"clean": "rm -rf app/**/*.js", | ||
"test": "npm run lint -- --fix && npm run test-local", | ||
@@ -64,3 +64,3 @@ "test-local": "egg-bin test", | ||
"ci": "npm run lint && npm run cov", | ||
"prepublish": "npm run tsc" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -67,0 +67,0 @@ "files": [ |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
14730
5
49
0