set new domain in configs
parent
96db64084a
commit
8bebfc142e
|
@ -4,10 +4,10 @@
|
|||
|
||||
```bash
|
||||
// with npm
|
||||
npm i --save @flare/analytics-switch --registry https://toodle.ddns.net/public-node-registry
|
||||
npm i --save @flare/analytics-switch --registry https://lab.code-rove.com/public-node-registry
|
||||
|
||||
// with yarn
|
||||
yarn add @flare/analytics-switch --registry https://toodle.ddns.net/public-node-registry
|
||||
yarn add @flare/analytics-switch --registry https://lab.code-rove.com/public-node-registry
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "@flare/analytics-switch",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Analytics switch that includes integrations with Umami and Matomo",
|
||||
"author": {
|
||||
"name": "Tudor Stanciu",
|
||||
"email": "tudor.stanciu94@gmail.com",
|
||||
"url": "https://toodle.ddns.net/tsp"
|
||||
"url": "https://lab.code-rove.com/tsp"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -34,7 +34,7 @@
|
|||
"prepare": "husky install",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"prepush": "npm run build",
|
||||
"push": "cd build && npm publish --registry https://toodle.ddns.net/public-node-registry",
|
||||
"push": "cd build && npm publish --registry https://lab.code-rove.com/public-node-registry",
|
||||
"push:major": "npm run version:major && npm run push",
|
||||
"push:minor": "npm run version:minor && npm run push",
|
||||
"push:patch": "npm run version:patch && npm run push",
|
||||
|
@ -76,6 +76,6 @@
|
|||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://toodle.ddns.net/public-node-registry"
|
||||
"registry": "https://lab.code-rove.com/public-node-registry"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue