node-nim 10.6.0-beta.0 → 10.6.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 +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-nim",
3
- "version": "10.6.0-beta.0",
3
+ "version": "10.6.1",
4
4
  "description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK",
5
5
  "main": "dist/node-nim.js",
6
6
  "bin": {
@@ -19,8 +19,6 @@
19
19
  "build": "npm run build_ts",
20
20
  "build_ts": "rimraf ./dist && rimraf ./types && tsc",
21
21
  "build_html_doc": "typedoc --plugin typedoc-github-theme",
22
- "build_wiki_doc": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --out wiki_doc",
23
- "build_markdown_doc": "typedoc --plugin typedoc-plugin-markdown --out markdown_doc",
24
22
  "prepublishOnly": "npm run build_ts",
25
23
  "install": "npm run download_sdk",
26
24
  "download_sdk": "node -e \"require('./script/download-sdk.js').downloadSDK()\"",