Skip to content

Commit 74b3244

Browse files
committed
fix package.json
1 parent 0a9977d commit 74b3244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/repl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ function prepublish() {
6363
);
6464

6565
fs.writeFileSync(
66-
`${playground}/package.json`,
66+
jscompDir + `/${playground}/package.json`,
6767
packageJson,
6868
{
69-
encoding: "utf8"
69+
encoding: "utf8",
7070
}
7171
);
7272
}

0 commit comments

Comments
 (0)