node-nim 9.2.5-rc.3 → 9.2.6-rc.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-nim",
3
- "version": "9.2.5-rc.3",
3
+ "version": "9.2.6-rc.1",
4
4
  "description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK",
5
5
  "main": "js/nim.js",
6
6
  "types": "types/nim.d.ts",
@@ -15,7 +15,7 @@
15
15
  "coverage": "nyc mocha test/test_all.js -slow 200 -timeout 10000",
16
16
  "build_ts": "rimraf ./js && rimraf ./types && tsc",
17
17
  "build_doc": "typedoc",
18
- "prepublish": "npm run build_ts",
18
+ "prepublishOnly": "npm run build_ts",
19
19
  "install": "npm run download_sdk",
20
20
  "download_sdk": "node script/download-sdk.mjs"
21
21
  },