dot-env-json
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "dot-env-json", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "package similar to dotenv that reads from JSON file.", | ||
@@ -35,3 +35,4 @@ "homepage": "", | ||
"release": "yarn test && yarn publish --new-version", | ||
"release:quick": "git add -A && git commit -m 'Quick Release Patch' && yarn run release patch" | ||
"release:quick": "git add -A && git commit -m 'Quick Release Patch' && yarn run release patch", | ||
"postversion": "git push --follow-tags" | ||
}, | ||
@@ -38,0 +39,0 @@ "eslintConfig": { |
4541