Skip to content

Commit

Permalink
refactor: change remote repository
Browse files Browse the repository at this point in the history
  • Loading branch information
skander-iubenda committed Feb 15, 2024
1 parent 8c6f61a commit 1540fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function App() {
React.useEffect(() => {
const config: CmpConfig = new CmpConfig({
isAutomaticATTrackingRequest: true,
id: 'ac6777c3b1d55',
id: 'xxxx',
domain: 'delivery.consentmanager.net',
appName: 'test',
language: 'en',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"ios",
"android"
],
"repository": "https://github.com/skander-iubenda/cm-sdk-react-native",
"repository": "https://github.com/skander/cm-sdk-react-native",
"author": "Skander Ben Abdelmalak <skander@iubenda.com> (https://github.com/skander-iubenda)",
"license": "MIT",
"bugs": {
"url": "https://github.com/skander-iubenda/cm-sdk-react-native/issues"
"url": "https://github.com/skander/cm-sdk-react-native/issues"
},
"homepage": "https://github.com/skander-iubenda/cm-sdk-react-native#readme",
"homepage": "https://github.com/skander/cm-sdk-react-native#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down

0 comments on commit 1540fe7

Please sign in to comment.