Skip to content

Commit 62b14f1

Browse files
author
ionut.stan
committed
Oops.
1 parent 7101fe3 commit 62b14f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsonrpc-bidirectional",
33
"description": "Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support.",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"scripts": {
66
"build": "node build.js",
77
"test": "node tests/main.js",
@@ -62,6 +62,10 @@
6262
"builds/browser/es5/jsonrpc.min.js",
6363
"builds/browser/es5/jsonrpc.min.js.map",
6464
"builds/browser/es7/jsonrpc.min.js",
65-
"builds/browser/es7/jsonrpc.min.js.map"
65+
"builds/browser/es7/jsonrpc.min.js.map",
66+
"LICENSE",
67+
"src/*",
68+
"index.js",
69+
"README.MD"
6670
]
6771
}

0 commit comments

Comments
 (0)