lerna-publisher
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -43,3 +43,3 @@ "use strict"; | ||
for (const entry of packages) { | ||
console.log('Checking package: ' + entry.locatio); | ||
console.log('Checking package: ' + entry.location); | ||
await publishIfRequired(entry.location, entry.package); | ||
@@ -46,0 +46,0 @@ retVal = true; |
{ | ||
"name": "lerna-publisher", | ||
"description": "Utility to publish lerna/yarn/workspace types of packages from ci to npm", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "cjs/index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -37,3 +37,3 @@ import * as semver from 'semver' | ||
for (const entry of packages) { | ||
console.log('Checking package: ' + entry.locatio) | ||
console.log('Checking package: ' + entry.location) | ||
await publishIfRequired(entry.location, entry.package) | ||
@@ -40,0 +40,0 @@ retVal = true |
Sorry, the diff of this file is not supported yet
10910