@am92/jose-crypto
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@am92/jose-crypto", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "JOSE Cryptography", | ||
@@ -18,4 +18,4 @@ "sideEffects": false, | ||
"test": "echo 'Error: no test specified'", | ||
"preversion": "npm-run-all build test generate:docs commit:docs", | ||
"version": "echo 'Versioning'", | ||
"preversion": "npm-run-all build test", | ||
"version": "npm-run-all generate:docs commit:docs", | ||
"postversion": "git push && git push --tags && npm run publish:pkg", | ||
@@ -22,0 +22,0 @@ "publish:pkg": "npm publish", |
30076