Skip to content

Commit 52e81e8

Browse files
committed
Configure scripts to use ES module syntax
1 parent d558388 commit 52e81e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
1818
"author": "",
19-
"license": "ISC"
19+
"license": "ISC",
20+
"type": "module"
2021
}

0 commit comments

Comments
 (0)