Skip to content

Commit

Permalink
Merge pull request #2 from surebeli/feat/3.9.0/context-aware
Browse files Browse the repository at this point in the history
3.9.0-rc-903
  • Loading branch information
surebeli authored Apr 23, 2021
2 parents 9dd9346 + fe7bf20 commit fb6fbfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# node-nertc-sdk

3.9.0-rc-902
3.9.0-rc-903

based on 网易云信 https://netease.im/
2 changes: 1 addition & 1 deletion just-task.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let sdk_url = `http://yx-web.nos.netease.com/package/${process.platform}-sdk.zip
const projectDir = path.join(process.env.INIT_CWD, 'package.json')
const pkgMeta = require(projectDir);
if (pkgMeta.nertc_config) {
electron_version = pkg.pkgMeta.nertc_config.electron_version
electron_version = pkgMeta.nertc_config.electron_version
}

// trigger when run npm install
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nertc-sdk",
"version": "3.9.0-rc-902",
"version": "3.9.0-rc-903",
"description": "node-nertc-sdk",
"main": "js/nertc_sdk.js",
"types": "types/nertc_sdk.d.ts",
Expand Down

0 comments on commit fb6fbfb

Please sign in to comment.