Skip to content

Commit eaf1da4

Browse files
committed
Removing package-lock.json
1 parent 82bf22b commit eaf1da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

convertToSingleHost.js

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ async function deleteSupportFiles() {
167167
await unlinkFileAsync("README.md");
168168
await unlinkFileAsync("./convertToSingleHost.js");
169169
await unlinkFileAsync(".npmrc");
170+
await unlinkFileAsync("package-lock.json");
170171
}
171172

172173
/**

0 commit comments

Comments
 (0)