Skip to content

Commit fc51475

Browse files
authored
chore: Scope packages to @mParticle (#58)
1 parent 87ad33b commit fc51475

8 files changed

Lines changed: 41 additions & 28 deletions

File tree

Kits/Rokt/package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Kits/Rokt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cordova-plugin-mparticle-kits-rokt",
2+
"name": "@mparticle/cordova-rokt-kit",
33
"version": "3.0.0",
44
"description": "Adds support for Rokt to your Cordova project",
55
"homepage": "https://www.mparticle.com",
@@ -15,7 +15,7 @@
1515
"registry": "https://registry.npmjs.org/"
1616
},
1717
"cordova": {
18-
"id": "cordova-plugin-mparticle-kits-rokt",
18+
"id": "@mparticle/cordova-rokt-kit",
1919
"platforms": [
2020
"android",
2121
"ios"

Kits/Rokt/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
3-
id="cordova-plugin-mparticle-kits-rokt"
4-
version="2.2.4">
3+
id="@mparticle/cordova-rokt-kit"
4+
version="3.0.0">
55
<name>MParticle Rokt Kit</name>
66
<description>Adds support for Rokt to your Cordova project</description>
77
<platform name="android">

example/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"cordova-android": "^14.0.1",
2525
"cordova-ios": "^7.1.1",
26-
"cordova-plugin-mparticle": "file:../plugin",
27-
"cordova-plugin-mparticle-kits-rokt": "file:../Kits/Rokt"
26+
"@mparticle/cordova-sdk": "file:../plugin",
27+
"@mparticle/cordova-rokt-kit": "file:../Kits/Rokt"
2828
}
2929
}

plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cordova-plugin-mparticle",
2+
"name": "@mparticle/cordova-sdk",
33
"version": "3.0.0",
44
"description": "Cordova plugin for mParticle",
55
"homepage": "https://www.mparticle.com",
@@ -36,7 +36,7 @@
3636
"standard": "^17.1.2"
3737
},
3838
"cordova": {
39-
"id": "cordova-plugin-mparticle",
39+
"id": "@mparticle/cordova-sdk",
4040
"platforms": [
4141
"android",
4242
"ios"

plugin/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
3-
id="cordova-plugin-mparticle"
4-
version="2.0.0">
3+
id="@mparticle/cordova-sdk"
4+
version="3.0.0">
55
<name>MParticle</name>
66
<js-module src="www/mparticle.js" name="mparticle">
77
<clobbers target="mparticle" />

0 commit comments

Comments
 (0)