ts-json-schema-generator
Advanced tools
Comparing version 0.24.2 to 0.24.3
{ | ||
"name": "ts-json-schema-generator", | ||
"version": "0.24.2", | ||
"version": "0.24.3", | ||
"description": "Generate JSON schema from your Typescript sources", | ||
@@ -61,3 +61,4 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"preversion": "npm run build", | ||
"preversion": "npm run lint", | ||
"predeploy": "npm run build", | ||
"build": "tsc -p .", | ||
@@ -64,0 +65,0 @@ "watch": "tsc -p . -w", |
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
21029
5