auto-dist-tag
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "auto-dist-tag", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Automatically rewrites the publishConfig.tag setting in your package.json for you", | ||
@@ -35,3 +35,6 @@ "homepage": "https://github.com/Turbo87/auto-dist-tag#readme", | ||
"node": ">=4" | ||
}, | ||
"publishConfig": { | ||
"tag": "latest" | ||
} | ||
} |
@@ -17,3 +17,3 @@ auto-dist-tag | ||
- npm install -g auto-dist-tag | ||
- auto-dist-tag | ||
- auto-dist-tag --write | ||
``` | ||
@@ -20,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
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
41729