Skip to content

Commit 8f591bd

Browse files
committed
fix typo
1 parent c3e0435 commit 8f591bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/repl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function prepublish() {
6363
);
6464

6565
fs.writeFileSync(
66-
`${playground}/package.json`),
66+
`${playground}/package.json`,
6767
packageJson,
6868
{
6969
encoding: "utf8"

0 commit comments

Comments
 (0)