Revert "feature: handle git dependencies"

This reverts commit f957a93479.
This commit is contained in:
Stéphan Kochen
2022-01-25 22:22:38 +01:00
parent 5290b23733
commit 01bf568bdc
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -245,7 +245,6 @@ export default async (project: Project, cache: Cache, report: Report) => {
`${isolatedProp} = optionalOverride (args.${overrideArg} or null) (mkIsolatedBuild { ${[
`pname = ${json(pkg.name)};`,
`version = ${json(pkg.version)};`,
`reference = ${json(pkg.reference)};`,
`locators = [\n${locators}];`,
].join(` `)} });`
);