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
|
## 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
2
package-lock.json
generated
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user