forked from ringcentral/ringcentral-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
caf2de0
commit eec28c9
Showing
7 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,19 +29,12 @@ | |
|
||
Pick the option that works best for you: | ||
|
||
- [ZIP file](https://github.com/ringcentral/js-sdk/archive/master.zip) and dependencies: | ||
- Bower — `$ bower install rcsdk --save`, all dependencies will be downloaded to `bower_components` directory | ||
- NPM — `$ npm install rcsdk --save` | ||
- [ZIP file](https://github.com/ringcentral/js-sdk/archive/master.zip) and dependencies *(not recommended)*: | ||
- [ES6 Promise Polyfill](https://github.com/lahmatiy/es6-promise-polyfill) | ||
- [PUBNUB](http://www.pubnub.com/docs/javascript/javascript-sdk.html) | ||
- [Crypto JS](https://code.google.com/p/crypto-js) | ||
- Bower — `$ bower install git+ssh://[email protected]/ringcentral/js-sdk.git --save` (you must have access | ||
to the GitHub repository), all dependencies will be downloaded to your `bower_components` directory | ||
- NPM — `$ npm install git+ssh://[email protected]/ringcentral/js-sdk.git --save` (you must have access to | ||
the GitHub repository) | ||
|
||
Alternative non-SSH URLs for Bower and NPM: | ||
|
||
- `git+https://[email protected]/ringcentral/js-sdk.git` | ||
- `https://github.com/ringcentral/js-sdk` | ||
|
||
## 2a. Set things up (if you don't use RequireJS in your project) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "rcsdk", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "./build/rc-sdk.min.js", | ||
"ignore": [ | ||
"**/*", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters