Skip to content

Commit f597c38

Browse files
author
Orta Therox
authored
Merge pull request microsoft#1137 from saschanaz/ts-up
Upgrade to [email protected]
2 parents fa11d12 + 95ae078 commit f597c38

File tree

4 files changed

+174
-79
lines changed

4 files changed

+174
-79
lines changed

deploy/createTypesPackages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ async function updatePackageJSON(pkg, packagePath) {
121121
const npmResponse = await fetch(
122122
`https://registry.npmjs.org/${packageJSON.name}`
123123
);
124+
/** @type {*} */
124125
const npmPackage = await npmResponse.json();
125126

126127
const semverMarkers = npmPackage["dist-tags"].latest.split(".");

0 commit comments

Comments
 (0)