beachball
Advanced tools
Comparing version 1.6.1 to 1.6.2
# Changelog - beachball | ||
This log was last generated on Tue, 18 Jun 2019 05:27:09 GMT and should not be manually modified. | ||
This log was last generated on Tue, 18 Jun 2019 05:43:57 GMT and should not be manually modified. | ||
## 1.6.2 | ||
Tue, 18 Jun 2019 05:43:57 GMT | ||
### Patches | ||
- use a specific registry and also displaynpm publish command (kchau@microsoft.com) | ||
## 1.6.1 | ||
Tue, 18 Jun 2019 05:27:09 GMT | ||
Tue, 18 Jun 2019 05:27:14 GMT | ||
@@ -8,0 +15,0 @@ ### Patches |
@@ -51,3 +51,3 @@ "use strict"; | ||
push: args.push === false ? false : true, | ||
registry: args.registry || 'http://registry.npmjs.org', | ||
registry: args.registry || 'https://registry.npmjs.org', | ||
tag: args.tag || 'latest', | ||
@@ -54,0 +54,0 @@ token: '', |
@@ -39,2 +39,3 @@ "use strict"; | ||
} | ||
console.log(`publish command: ${args.join(' ')}`); | ||
return npm(args, { cwd: packagePath }); | ||
@@ -41,0 +42,0 @@ } |
{ | ||
"name": "beachball", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
62266
1332