Skip to content

Commit 3293f9f

Browse files
Merge branch 'refactor' of github.com:KushalMeghani1644/TypeScript into refactor
2 parents 6ae8468 + bcf2e59 commit 3293f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typingsInstaller/nodeTypingsInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as fs from "fs/promises";
33
import * as fsSync from "fs";
44
import * as path from "path";
55
import { setTimeout as nodeSetTimeout } from "timers";
6-
import validate = require("validate-npm-package-name");
6+
import * as validate from "validate-npm-package-name";
77
import {
88
combinePaths,
99
createGetCanonicalFileName,

0 commit comments

Comments
 (0)