@wishcore/wish-rpc 0.6.16 → 0.6.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wishcore/wish-rpc",
3
3
  "author": "André Kaustell <andre.kaustell@wishtech.fi>",
4
4
  "description": "An RPC implementation for Node.js, initially developed for the Wish project.",
5
- "version": "0.6.16",
5
+ "version": "0.6.17",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "scripts": {
18
18
  "build": "tsc",
19
- "prepare": "npm run build",
19
+ "prepublishOnly": "npm run build",
20
20
  "test": "mocha --exit -r ts-node/register test/**/*.spec.ts",
21
21
  "test-only": "mocha --exit -r ts-node/register",
22
22
  "coverage": "istanbul cover --hook-run-in-context _mocha -- -R spec",