npm-pkgbuild 10.20.1 → 10.20.2
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
|
@@ -136,7 +136,9 @@ export async function* extractFromPackage(options = {}, env = {}) {
|
|
|
136
136
|
priority++;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
if (
|
|
139
|
+
if (fullfilled) {
|
|
140
|
+
console.log("requirement fullfilled", requires);
|
|
141
|
+
} else {
|
|
140
142
|
console.log("requirement not fullfilled", requires);
|
|
141
143
|
continue;
|
|
142
144
|
}
|