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.
2 parents 30a5252 + 62b14f1 commit a42a502Copy full SHA for a42a502
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.4.12",
+ "version": "2.5.1",
5
"scripts": {
6
"build": "node build.js",
7
"test": "node tests/main.js",
@@ -57,5 +57,15 @@
57
"sleep-promise": "^2.0.0",
58
"uglify-js": "^2.8.22",
59
"webpack": "^2.4.1"
60
- }
+ },
61
+ "files": [
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",
66
+ "LICENSE",
67
+ "src/*",
68
+ "index.js",
69
+ "README.MD"
70
+ ]
71
}
0 commit comments