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 67461f9 commit 003a146Copy full SHA for 003a146
package.json
@@ -1,10 +1,16 @@
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
"blanket": "1.1.7",
9
"should": "7.1.0",
10
"mocha": "2.3.2"
- }
-}
11
+ },
12
+ "dependencies": {
13
+ "@mparticle/web-sdk": "^2.0.0"
14
15
+ "license": "Apache-2.0"
16
+}
0 commit comments