jet-schema
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "jet-schema", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Simple, typescript-first schema validation tool", | ||
@@ -16,5 +16,5 @@ "main": "dist/index.js", | ||
"lint": "eslint --flag unstable_ts_config", | ||
"pre-publish": "mv 'README.md' 'git.README.md' && mv 'npm.README.md' 'README.md'", | ||
"pre-publish": "mv README.md README-git && mv README-npm 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'" | ||
"post-publish": "mv README.md README-npm && mv README-git README.md" | ||
}, | ||
@@ -21,0 +21,0 @@ "repository": { |
61320