File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # cordova-plugin-mparticle
1+ # mParticle Cordova SDK
22
33Cordova plugin for mParticle
44
@@ -8,7 +8,7 @@ Cordova plugin for mParticle
88# Installation
99
1010``` bash
11- cordova plugin add cordova-plugin-mparticle
11+ cordova plugin add @mparticle/ cordova-sdk
1212```
1313
1414** Grab your mParticle key and secret** from [ your app's dashboard] [ 1 ] and move on to the OS-specific instructions below.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ npm install
3535
3636 Or add it directly in ` config.xml ` :
3737 ``` xml
38- <plugin name =" cordova-plugin-mparticle-kits- rokt" spec =" ../Kits/Rokt" />
38+ <plugin name =" @mparticle/ cordova-rokt-kit " spec =" ../Kits/Rokt" />
3939 ```
4040
41414 . Add platforms:
Original file line number Diff line number Diff line change 2828
2929 <!-- Platform-specific file copy hook -->
3030 <hook type =" after_platform_add" src =" hooks/after_platform_add/010_copy_platform_specific_files.js" />
31- <plugin name =" cordova-plugin-mparticle " spec =" ../plugin" />
32- <plugin name =" cordova-plugin-mparticle-kits- rokt" spec =" ../Kits/Rokt" />
31+ <plugin name =" @mparticle/ cordova-sdk " spec =" ../plugin" />
32+ <plugin name =" @mparticle/ cordova-rokt-kit " spec =" ../Kits/Rokt" />
3333</widget >
Original file line number Diff line number Diff line change 1212 ],
1313 "plugins" : {
1414 "cordova-plugin-whitelist" : {},
15- "cordova-plugin-mparticle " : {},
16- "cordova-plugin-mparticle-kits- rokt" : {}
15+ "@mparticle/ cordova-sdk " : {},
16+ "@mparticle/ cordova-rokt-kit " : {}
1717 }
1818 },
1919 "dependencies" : {
You can’t perform that action at this time.
0 commit comments