diff options
author | IgrisBRC <[email protected]> | 2024-07-12 14:57:56 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-12 14:57:56 +0530 |
commit | b7af2f91f2115405155d244c09fbdd757b6de24c (patch) | |
tree | 3f5b3c9b51b60bd85471a0a281220f4829a4648a /package.json | |
parent | fadc641c985f2b75d8d4bb7607d7c4dacf38dc80 (diff) |
fixed a lot of stuff lol am such a bad programmer
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
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" }, |