npm ayarları
Some checks are pending
CI / test (20) (push) Waiting to run
CI / test (22) (push) Waiting to run

This commit is contained in:
Pdn Technology 2026-06-20 09:09:51 +03:00
parent 9a001197e1
commit 1fe78d39e1
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ Thank you for considering a contribution to `@pdntechnology/cookie-consent`.
## Development setup ## Development setup
```bash ```bash
git clone https://git.pdntechnology.com.tr/pdn/cookie-consent.git git clone https://github.com/pdntechnology/cookie-consent.git
cd cookie-consent cd cookie-consent
npm install npm install
npm test npm test

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pdntechnology/cookie-consent", "name": "@pdntechnology/cookie-consent",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pdntechnology/cookie-consent", "name": "@pdntechnology/cookie-consent",
"version": "1.1.0", "version": "1.1.1",
"description": "Lightweight Google Consent Mode v2 CMP for React and Next.js", "description": "Lightweight Google Consent Mode v2 CMP for React and Next.js",
"type": "module", "type": "module",
"main": "./src/index.js", "main": "./src/index.js",
@ -54,12 +54,12 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.pdntechnology.com.tr/pdn/cookie-consent.git" "url": "git+https://github.com/pdntechnology/cookie-consent.git"
}, },
"bugs": { "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": { "publishConfig": {
"access": "public" "access": "public"
} }