@travetto/manifest 3.0.0-rc.13 → 3.0.0-rc.14

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/package.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/manifest",
3
- "version": "3.0.0-rc.13",
3
+ "version": "3.0.0-rc.14",
4
4
  "description": "Manifest support",
5
5
  "keywords": [
6
6
  "path",
package/src/package.ts CHANGED
@@ -197,7 +197,6 @@ export class PackageUtil {
197
197
  .map(([name, { location }]) => ({ sourcePath: location, name }));
198
198
  break;
199
199
  }
200
- default: throw new Error(`Unknown package manager: ${ctx.packageManager}`);
201
200
  }
202
201
 
203
202
  this.#workspaces[rootPath] = out;