Skip to content

Commit

Permalink
build: remove workaround for fixed pnpm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Jan 13, 2023
1 parent fd4222a commit 55e7729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"// overrides.semver-max&is-odd": "// these are for the npm/private/test/package.json but pnpm has a bug where resolutions need to be specified in the root package.json but the paths are still relative to the package.json where the resolution applies",
"overrides": {
"jsonify": "https://github.com/aspect-build/test-packages/releases/download/0.0.0/@foo-jsonify-0.0.0.tgz",
"semver-max": "file:../../../npm/private/test/vendored/semver-max",
"is-odd": "file:../../../../../npm/private/test/vendored/is-odd"
"semver-max": "file:./npm/private/test/vendored/semver-max",
"is-odd": "file:./npm/private/test/vendored/is-odd"
}
}
}

0 comments on commit 55e7729

Please sign in to comment.