We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea40279 commit cc73998Copy full SHA for cc73998
.npmignore
@@ -0,0 +1,3 @@
1
+src/
2
+examples/
3
+!dist/
README.md
@@ -1,6 +1,6 @@
# json-rpc-tls
-Library for communinicationg over a TLS Socket via JSON RPC
+Library for communinicationg over a TLS Socket via JSON RPC containing no production dependencies.
4
5
### Installation
6
package.json
@@ -2,8 +2,8 @@
"name": "json-rpc-tls",
"description": "Library for communinicationg over a TLS Socket via JSON RPC",
"types": "dist/socket.d.ts",
- "version": "1.0.1",
- "main": "index.js",
+ "version": "1.0.2",
+ "main": "dist/socket.js",
7
"repository": "git@github.com:kaplanmaxe/json-rpc-tls.git",
8
"author": "Max Kaplan <kaplanmaxe3@gmail.com>",
9
"license": "MIT",
0 commit comments