@normed/bundle 2.0.0 → 2.0.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/bundles/bin/cli.js +1 -1
- package/bundles/index.js +1 -1
- package/package.json +1 -1
package/bundles/bin/cli.js
CHANGED
|
@@ -62174,7 +62174,7 @@ async function readPackageJson(buildConfig) {
|
|
|
62174
62174
|
log(`ERROR: Failed to parse package.json`, canRefinePackageJson.getLastError());
|
|
62175
62175
|
return blank;
|
|
62176
62176
|
} else {
|
|
62177
|
-
log(`PackageData was read
|
|
62177
|
+
log(`PackageData was read`);
|
|
62178
62178
|
}
|
|
62179
62179
|
return packageJson;
|
|
62180
62180
|
}
|
package/bundles/index.js
CHANGED
|
@@ -62180,7 +62180,7 @@ async function readPackageJson(buildConfig) {
|
|
|
62180
62180
|
log(`ERROR: Failed to parse package.json`, canRefinePackageJson.getLastError());
|
|
62181
62181
|
return blank;
|
|
62182
62182
|
} else {
|
|
62183
|
-
log(`PackageData was read
|
|
62183
|
+
log(`PackageData was read`);
|
|
62184
62184
|
}
|
|
62185
62185
|
return packageJson;
|
|
62186
62186
|
}
|