Skip to content

Commit

Permalink
Fixed browser field
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin committed Jun 23, 2020
1 parent dc0c01f commit c6637b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"main": "./lib/index.js",
"module": "./es6/index.js",
"types": "./lib/SDK.d.ts",
"browser": "./dist/ringcentral.js",
"browser": "./lib/SDK.js",
"author": {
"name": "RingCentral, Inc.",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"main": "./lib/Subscriptions.js",
"module": "./es6/Subscriptions.js",
"browser": "./dist/ringcentral-subscriptions.js",
"browser": "./lib/Subscriptions.js",
"types": "./src/Subscriptions.ts",
"author": {
"name": "RingCentral, Inc.",
Expand Down

0 comments on commit c6637b0

Please sign in to comment.