@vercel/static-config
Advanced tools
Comparing version 2.0.17 to 3.0.0
{ | ||
"name": "@vercel/static-config", | ||
"version": "2.0.17", | ||
"version": "3.0.0", | ||
"license": "Apache-2.0", | ||
@@ -11,7 +11,2 @@ "main": "./dist/index", | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"test-unit": "pnpm test", | ||
"test": "jest --env node --verbose --runInBand --bail" | ||
}, | ||
"files": [ | ||
@@ -29,5 +24,10 @@ "dist" | ||
"@types/node": "14.18.33", | ||
"jest-junit": "16.0.0", | ||
"typescript": "4.9.5" | ||
}, | ||
"gitHead": "2de365f9cfea3ce283d2bf855507c71209f1e3d8" | ||
} | ||
"scripts": { | ||
"build": "tsc", | ||
"test-unit": "pnpm test", | ||
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28383
5