Skip to content

Commit 987a2a2

Browse files
authored
Version 1.0.97 ready >:D
1 parent f9fd094 commit 987a2a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "the-slate",
33
"version": "1.0.97",
44
"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",
5-
"main": "none",
5+
"main": "slate.js",
66
"scripts": {
77
"run": "node slate.js",
88
"start": "node slate.js",
@@ -18,6 +18,7 @@
1818
"main-server-independant",
1919
"forum",
2020
"encrypted",
21+
"ledger",
2122
"communication",
2223
"communication-system",
2324
"slate",

0 commit comments

Comments
 (0)