Skip to content

Commit 05713ff

Browse files
committed
adding mixpanel-browser
1 parent 97d623d commit 05713ff

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"gatsby-source-filesystem": "^2.2.2",
1717
"gatsby-transformer-remark": "^2.7.1",
1818
"gatsby-transformer-sharp": "^2.3.19",
19+
"mixpanel-browser": "^2.39.0",
1920
"netlify-cms-app": "^2.12.4",
2021
"prismjs": "^1.20.0",
2122
"prop-types": "^15.7.2",

src/constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ const filterByFramework = (array, path, framework) => {
148148
)
149149
return result
150150
}
151+
152+
const mixpanel
151153
export default {
152154
techStack,
153155
backendTechStack,

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9436,6 +9436,11 @@ mixin-deep@^1.2.0:
94369436
for-in "^1.0.2"
94379437
is-extendable "^1.0.1"
94389438

9439+
mixpanel-browser@^2.39.0:
9440+
version "2.39.0"
9441+
resolved "https://registry.yarnpkg.com/mixpanel-browser/-/mixpanel-browser-2.39.0.tgz#bf746e1ccf66fcd43a0c416b9ea8179e6945c98f"
9442+
integrity sha512-/h/0ed8qI8OLnqUo7GMWJRnGhnhblgGXrotz7nL4t1vrrXmINK676OI8XO8W1aYZ8gUFDHRKMkQJJUF7cQXD3w==
9443+
94399444
mkdirp@0.5.1, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
94409445
version "0.5.1"
94419446
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"

0 commit comments

Comments
 (0)