Skip to content

Commit aa3c0e1

Browse files
3.1.3
1 parent 3ab96d7 commit aa3c0e1

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ addons:
1313
deploy:
1414
- provider: npm
1515
16-
api_key:
17-
secure: iWeUBpPf91pPT3JiUlxgxdX2Bft5U3S3ZgtMJ+c3d50vv2antczIjhfV8tdtxRA313akBWwEfVEitjuYL3cxbrxCcnuxpudZgvczngc8H9vgixBwYIzZALHRWyP6Ok8rkQzASDDnVj9C4E1KJTwhKeu/sRWuM1XGqrT8UrtQa4E=
16+
api_key: $NPM_TOKEN
1817
skip_cleanup: true
1918
on:
2019
node: 6
2120
tags: true
2221
repo: ringcentral/ringcentral-js
2322
- provider: releases
24-
api_key:
25-
secure: fxzvMpV/fAysyoOacCe1GM+zSs9YWIte8lEcLYgFXUbNYdA7L1uMxW1moLas1tOEJUzRdkFW/yJMC4xkoZVqfH6D3hjuue6B3LNzg5R3X10k+QO+i0XAjl5FJ3sF2V4Vb4pSH42TY2VxdMpKfUffesryK2r9z1dJtDm4YA1iDqI=
23+
api_key: $GITHUB_TOKEN
2624
skip_cleanup: true
2725
file:
2826
- build/ringcentral.js

build/ringcentral.js

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/ringcentral.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/ringcentral.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/ringcentral.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ringcentral",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"scripts": {
55
"clean": "rm -rf build/*",
66
"build": "npm run clean && webpack --display-modules --progress --colors --bail",

0 commit comments

Comments
 (0)