npm ayarları
This commit is contained in:
parent
9a001197e1
commit
1fe78d39e1
|
|
@ -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
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pdntechnology/cookie-consent",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user