@ch1/rpc-web-socket
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": { | ||
@@ -37,3 +37,3 @@ "name": "Michael J. Bennett", | ||
}, | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.js", | ||
@@ -44,2 +44,3 @@ "types": "dist/index.d.ts", | ||
"build": "tsc", | ||
"postbuild": "rollup --input dist/index.js --format cjs --file dist/index.cjs.js", | ||
"clean": "rimraf ./intermediate && rimraf ./dist", | ||
@@ -46,0 +47,0 @@ "precommit": "lint-staged", |
@@ -9,4 +9,2 @@ # CH1 RPC | ||
_This library ships only es6 modules with \*.d.ts files, beware_ | ||
## Installation | ||
@@ -13,0 +11,0 @@ |
29408
24
388
55