npm-pkgbuild 10.6.0 → 10.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-pkgbuild",
3
- "version": "10.6.0",
3
+ "version": "10.6.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -140,6 +140,7 @@ program
140
140
  ];
141
141
 
142
142
  if (options.verbose) {
143
+ console.log(`publish: ${options.publish.url}`);
143
144
  console.log(output.properties);
144
145
  console.log(`sources: ${sources.join("\n ")}`);
145
146
  console.log(`dependencies: ${JSON.stringify(dependencies)}`);