@o861runners/nmp 1.260130.12200 → 1.260130.12206
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 +1 -1
- package/src/core/publisher.js +0 -2
package/package.json
CHANGED
package/src/core/publisher.js
CHANGED
|
@@ -105,8 +105,6 @@ export class Publisher {
|
|
|
105
105
|
// Update version
|
|
106
106
|
registryPkg.version = newVersion;
|
|
107
107
|
|
|
108
|
-
console.log(JSON.stringify({ registry, originalPkg, registryPkg }, null, 2));
|
|
109
|
-
|
|
110
108
|
// Update package name based on registry config
|
|
111
109
|
if (registry.config.scope) {
|
|
112
110
|
// Remove existing scope if any
|