Skip to content

Commit

Permalink
Use MutationObserver to increase performance
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed Apr 29, 2020
1 parent ce85c01 commit fc6d3b4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
22 changes: 7 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engage-voice-browser-extension-hubspot",
"version": "0.2.0",
"version": "0.3.0",
"description": "Experimental Engage Voice browser extension for Hubspot",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"react-dom": "16.13.0",
"react-draggable": "^4.2.0",
"recursive-assign": "0.2.0",
"ringcentral-embeddable-extension-common": "0.8.7",
"ringcentral-embeddable-extension-common": "0.9.0",
"shelljs": "^0.8.2",
"standard": "^12.0.1",
"style-loader": "0.21.0",
Expand Down
1 change: 0 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
import { initReactModule } from './feat/react-entry'

import {
fetchAllContacts,
formatContacts
} from './feat/contacts.js'

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RingCentral Embeddable Engage Voice for HubSpot",
"description": "Experimental Engage Voice browser extension for Hubspot",
"version": "0.2.0",
"version": "0.3.0",
"permissions": [
"http://*/",
"https://*/",
Expand Down

0 comments on commit fc6d3b4

Please sign in to comment.