Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Add repo directory to published types (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored and sandersn committed Feb 22, 2019
1 parent a71b311 commit 910368a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/package-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function createPackageJSON(typing: TypingsData, version: string, packages: AllPa
repository: {
type: "git",
url: `${definitelyTypedURL}.git`,
directory: `types/${typing.name}`,
},
scripts: {},
dependencies: getDependencies(typing.packageJsonDependencies, typing, packages),
Expand Down

0 comments on commit 910368a

Please sign in to comment.