Skip to content

Commit

Permalink
Version 1.0.97 ready >:D
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0ursTruly authored Jun 26, 2021
1 parent f9fd094 commit 987a2a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "the-slate",
"version": "1.0.97",
"description": "A chat client with homemade encryption that is accessible to users via a web browser. The main-server exists only as an information board which shows users where to send their messages. However, users communicating to other users is a FULLY peer to peer synchronous communication process. Once you Reload, it is a Clean Slate :D",
"main": "none",
"main": "slate.js",
"scripts": {
"run": "node slate.js",
"start": "node slate.js",
Expand All @@ -18,6 +18,7 @@
"main-server-independant",
"forum",
"encrypted",
"ledger",
"communication",
"communication-system",
"slate",
Expand Down

0 comments on commit 987a2a2

Please sign in to comment.