summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-12 14:57:56 +0530
committerIgrisBRC <[email protected]>2024-07-12 14:57:56 +0530
commitb7af2f91f2115405155d244c09fbdd757b6de24c (patch)
tree3f5b3c9b51b60bd85471a0a281220f4829a4648a /package.json
parentfadc641c985f2b75d8d4bb7607d7c4dacf38dc80 (diff)
fixed a lot of stuff lol am such a bad programmer
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3098cdc..15058b1 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,7 @@
"name": "chess",
"version": "1.0.0",
"main": "index.js",
+ "type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},