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 7101fe3 commit 62b14f1Copy full SHA for 62b14f1
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "jsonrpc-bidirectional",
3
"description": "Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support.",
4
- "version": "2.5.0",
+ "version": "2.5.1",
5
"scripts": {
6
"build": "node build.js",
7
"test": "node tests/main.js",
@@ -62,6 +62,10 @@
62
"builds/browser/es5/jsonrpc.min.js",
63
"builds/browser/es5/jsonrpc.min.js.map",
64
"builds/browser/es7/jsonrpc.min.js",
65
- "builds/browser/es7/jsonrpc.min.js.map"
+ "builds/browser/es7/jsonrpc.min.js.map",
66
+ "LICENSE",
67
+ "src/*",
68
+ "index.js",
69
+ "README.MD"
70
]
71
}
0 commit comments