summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-05-31 22:54:59 -0500
committersanine <sanine.not@pm.me>2022-05-31 22:54:59 -0500
commitf82f540a0cf07e8fd95e36dea10a49aa839832d0 (patch)
treea0855b56182f521781a0b33247e5f08a23604f1f /package.json
parent5efc7885e1c3959aa165be640858ffb3f8a5860b (diff)
move test.js and package.json to the root
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bedb411
--- /dev/null
+++ b/package.json
@@ -0,0 +1,3 @@
+{
+ "type": "module"
+}