ts-json-schema-generator
Advanced tools
Comparing version 0.24.3 to 0.24.5
{ | ||
"name": "ts-json-schema-generator", | ||
"version": "0.24.3", | ||
"version": "0.24.5", | ||
"description": "Generate JSON schema from your Typescript sources", | ||
@@ -53,3 +53,3 @@ "main": "dist/index.js", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.1", | ||
"@types/node": "^9.6.4", | ||
"ajv": "~6.4.0", | ||
@@ -63,3 +63,2 @@ "chai": "~4.1.2", | ||
"preversion": "npm run lint", | ||
"predeploy": "npm run build", | ||
"build": "tsc -p .", | ||
@@ -66,0 +65,0 @@ "watch": "tsc -p . -w", |
Sorry, the diff of this file is not supported yet
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
20995