aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoramelia <[email protected]>2022-05-11 08:31:14 -0500
committeramelia <[email protected]>2022-05-11 08:31:14 -0500
commitd1570705868034cace48249fa62d02573d4e906d (patch)
tree61c005aeac5ef8e80f5263b885bd0d32aeac2cab /package.json
parentd45ad14c2e2f47b2c7a253aa9dda10115e1cdb07 (diff)
peer to pee fully working & added exe
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
index 09ea76b..7cdac42 100644
--- a/package.json
+++ b/package.json
@@ -19,5 +19,8 @@
"homepage": "https://github.com/squiresgrant/chessnt#readme",
"dependencies": {
"electron": "^18.2.0"
+ },
+ "devDependencies": {
+ "electron-packager": "^15.5.1"
}
}