auto-dist-tag
Advanced tools
Comparing version 0.1.1 to 0.1.2-beta.0
{ | ||
"name": "auto-dist-tag", | ||
"version": "0.1.1", | ||
"description": "Automatically rewrites the publishConfig.tag setting in your package.json for you", | ||
"version": "0.1.2-beta.0", | ||
"description": "Automatically rewrites the publishConfig.tag setting in your package.json file for you", | ||
"homepage": "https://github.com/Turbo87/auto-dist-tag#readme", | ||
@@ -37,4 +37,4 @@ "bugs": { | ||
"publishConfig": { | ||
"tag": "latest" | ||
"tag": "beta" | ||
} | ||
} |
@@ -7,3 +7,3 @@ auto-dist-tag | ||
Automatically rewrites the `publishConfig.tag` setting in your | ||
`package.json` for you | ||
`package.json` file for you | ||
@@ -10,0 +10,0 @@ |
41744