Skip to content

Commit 003a146

Browse files
committed
Update package.json
1 parent 67461f9 commit 003a146

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
2-
"name": "integration-mixpanel",
2+
"name": "@mparticle/web-mixpanel-kit",
3+
"version": "2.0.0-rc1",
4+
"author": "mParticle Developers <[email protected]> (https://www.mparticle.com)",
35
"description": "mParticle integration sdk for Mixpanel",
4-
"repository": "https://github.com/mParticle/integration-mixpanel",
6+
"repository": "https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel",
57
"devDependencies": {
68
"blanket": "1.1.7",
79
"should": "7.1.0",
810
"mocha": "2.3.2"
9-
}
10-
}
11+
},
12+
"dependencies": {
13+
"@mparticle/web-sdk": "^2.0.0"
14+
},
15+
"license": "Apache-2.0"
16+
}

0 commit comments

Comments
 (0)