diff options
author | IgrisBRC <[email protected]> | 2024-07-12 16:16:24 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-12 16:16:24 +0530 |
commit | d865daddd654a3ed338e8a552771fc97aaa404e1 (patch) | |
tree | 299e14df2b673769adfee1e8f6c1104dd0413afe /package.json | |
parent | bb1ce7fe68a374f60b5cf85db318478f57beb0b9 (diff) | |
parent | b7af2f91f2115405155d244c09fbdd757b6de24c (diff) |
Merge branch 'main' into main
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" }, |