summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-12 16:16:24 +0530
committerGitHub <[email protected]>2024-07-12 16:16:24 +0530
commitd865daddd654a3ed338e8a552771fc97aaa404e1 (patch)
tree299e14df2b673769adfee1e8f6c1104dd0413afe /package.json
parentbb1ce7fe68a374f60b5cf85db318478f57beb0b9 (diff)
parentb7af2f91f2115405155d244c09fbdd757b6de24c (diff)
Merge branch 'main' into main
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"
},