Skip to content

Commit 429cf9d

Browse files
committed
merge w master
2 parents ad26edd + 39a1a6f commit 429cf9d

19 files changed

+357
-14
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
node_modules
12
/node_modules
3+
./node_modules
24
.DS_Store
35
src/extension/build/bundles
46
package/reactime-*.tgz
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,15 @@
104104
"acorn": "^7.3.1",
105105
"acorn-jsx": "^5.2.0",
106106
"bower": "^1.8.8",
107+
"cookie": "^0.4.1",
107108
"d3": "^5.16.0",
108109
"d3-zoom": "^1.8.3",
109110
"flatted": "^3.0.4",
110111
"immer": "^3.3.0",
111112
"jest-runner": "^26.1.0",
112113
"jsondiffpatch": "^0.3.11",
114+
"mixpanel": "^0.11.0",
115+
"mixpanel-browser": "^2.39.0",
113116
"prop-types": "^15.7.2",
114117
"rc-slider": "^8.7.1",
115118
"rc-tooltip": "^3.7.3",

0 commit comments

Comments
 (0)