zarro 1.204.2 → 1.204.3

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.
@@ -183,7 +183,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
183
183
  const project = path.basename(lowerNeedle)
184
184
  .replace(/\.dll$/i, "")
185
185
  .replace(/\.csproj$/i, "");
186
- if (project === key) {
186
+ if (project === lowerKey) {
187
187
  return key;
188
188
  }
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.204.2",
3
+ "version": "1.204.3",
4
4
  "description": "Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf",
5
5
  "bin": {
6
6
  "zarro": "index.js"