Skip to content

Commit cc73998

Browse files
committed
UPDATING main property in package.json, ADDING .npmignore
1 parent ea40279 commit cc73998

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src/
2+
examples/
3+
!dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# json-rpc-tls
22

3-
Library for communinicationg over a TLS Socket via JSON RPC
3+
Library for communinicationg over a TLS Socket via JSON RPC containing no production dependencies.
44

55
### Installation
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "json-rpc-tls",
33
"description": "Library for communinicationg over a TLS Socket via JSON RPC",
44
"types": "dist/socket.d.ts",
5-
"version": "1.0.1",
6-
"main": "index.js",
5+
"version": "1.0.2",
6+
"main": "dist/socket.js",
77
"repository": "git@github.com:kaplanmaxe/json-rpc-tls.git",
88
"author": "Max Kaplan <kaplanmaxe3@gmail.com>",
99
"license": "MIT",

0 commit comments

Comments
 (0)