We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2debf99 commit 674743fCopy full SHA for 674743f
package.json
@@ -1,9 +1,15 @@
1
{
2
- "name": "integration-mixpanel",
+ "name": "@mparticle/web-mixpanel-kit",
3
+ "version": "2.0.0-rc1",
4
+ "author": "mParticle Developers <[email protected]> (https://www.mparticle.com)",
5
"description": "mParticle integration sdk for Mixpanel",
- "repository": "https://github.com/mParticle/integration-mixpanel",
6
+ "repository": "https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel",
7
"devDependencies": {
8
"should": "13.2.3",
9
"mocha": "^5.2.0"
- }
10
+ },
11
+ "dependencies": {
12
+ "@mparticle/web-sdk": "^2.0.0"
13
14
+ "license": "Apache-2.0"
15
}
0 commit comments