jet-schema
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "jet-schema", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Simple, typescript-first schema validation tool", | ||
@@ -15,3 +15,6 @@ "main": "dist/index.js", | ||
"bundle": "rollup --bundleConfigAsCjs --config rollup.config.ts --configPlugin typescript", | ||
"lint": "eslint --flag unstable_ts_config" | ||
"lint": "eslint --flag unstable_ts_config", | ||
"pre-publish": "mv 'README.md' 'git.README.md' && mv 'npm.README.md' 'README.md'", | ||
"publish": "npm run pre-publish && npm publish && npm run post-publish", | ||
"post-publish": "mv 'README.md' 'npm.README.md' && mv 'git.README.md' 'README.md'" | ||
}, | ||
@@ -18,0 +21,0 @@ "repository": { |
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
61348