Skip to content

Commit 674743f

Browse files
peterjenkinsrmi22186
authored andcommitted
Update package.json
1 parent 2debf99 commit 674743f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
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
"should": "13.2.3",
79
"mocha": "^5.2.0"
8-
}
10+
},
11+
"dependencies": {
12+
"@mparticle/web-sdk": "^2.0.0"
13+
},
14+
"license": "Apache-2.0"
915
}

0 commit comments

Comments
 (0)