mirror of
https://dev.azure.com/tstanciu94/Packages/_git/standard-cv
synced 2025-08-10 18:32:25 +03:00
set new domain in configs
This commit is contained in:
parent
c6d1c79660
commit
1cbecac9d8
2
.npmrc
2
.npmrc
@ -1 +1 @@
|
|||||||
@flare:registry=https://toodle.ddns.net/public-node-registry
|
@flare:registry=https://lab.code-rove.com/public-node-registry
|
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
// with npm
|
// with npm
|
||||||
npm i --save @react-bricks/standard-cv --registry https://toodle.ddns.net/public-node-registry
|
npm i --save @react-bricks/standard-cv --registry https://lab.code-rove.com/public-node-registry
|
||||||
|
|
||||||
// with yarn
|
// with yarn
|
||||||
yarn add @react-bricks/standard-cv --registry https://toodle.ddns.net/public-node-registry
|
yarn add @react-bricks/standard-cv --registry https://lab.code-rove.com/public-node-registry
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
1330
package-lock.json
generated
1330
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@react-bricks/standard-cv",
|
"name": "@react-bricks/standard-cv",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Standard curriculum vitae",
|
"description": "Standard curriculum vitae",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Tudor Stanciu",
|
"name": "Tudor Stanciu",
|
||||||
"email": "tudor.stanciu94@gmail.com",
|
"email": "tudor.stanciu94@gmail.com",
|
||||||
"url": "https://toodle.ddns.net/tsp"
|
"url": "https://lab.code-rove.com/tsp"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"prepush": "npm run build",
|
"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:major": "npm run version:major && npm run push",
|
||||||
"push:minor": "npm run version:minor && npm run push",
|
"push:minor": "npm run version:minor && npm run push",
|
||||||
"push:patch": "npm run version:patch && npm run push",
|
"push:patch": "npm run version:patch && npm run push",
|
||||||
@ -79,6 +79,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://toodle.ddns.net/public-node-registry"
|
"registry": "https://lab.code-rove.com/public-node-registry"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user