diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8912478..8d22fae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Thank you for considering a contribution to `@pdntechnology/cookie-consent`. ## Development setup ```bash -git clone https://git.pdntechnology.com.tr/pdn/cookie-consent.git +git clone https://github.com/pdntechnology/cookie-consent.git cd cookie-consent npm install npm test diff --git a/package-lock.json b/package-lock.json index 92d066e..c6917c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pdntechnology/cookie-consent", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index ad34901..8081611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pdntechnology/cookie-consent", - "version": "1.1.0", + "version": "1.1.1", "description": "Lightweight Google Consent Mode v2 CMP for React and Next.js", "type": "module", "main": "./src/index.js", @@ -54,12 +54,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://git.pdntechnology.com.tr/pdn/cookie-consent.git" + "url": "git+https://github.com/pdntechnology/cookie-consent.git" }, "bugs": { - "url": "https://git.pdntechnology.com.tr/pdn/cookie-consent/issues" + "url": "https://github.com/pdntechnology/cookie-consent/issues" }, - "homepage": "https://git.pdntechnology.com.tr/pdn/cookie-consent#readme", + "homepage": "https://github.com/pdntechnology/cookie-consent#readme", "publishConfig": { "access": "public" }