Update registry address

This commit is contained in:
Alice Gaudon 2020-05-05 01:35:48 +02:00
parent 424a86fe53
commit 3f66f728e5
2 changed files with 719 additions and 712 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "wms-core", "name": "wms-core",
"version": "0.4.22", "version": "0.4.24",
"description": "Node web framework", "description": "Node web framework",
"repository": "git@gitlab.com:ArisuOngaku/wms-core.git", "repository": "git@gitlab.com:ArisuOngaku/wms-core.git",
"author": "Alice Gaudon <alice@gaudon.pro>", "author": "Alice Gaudon <alice@gaudon.pro>",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"registry": "http://127.0.0.1:4873", "registry": "https://registry.toot.party",
"access": "restricted" "access": "restricted"
}, },
"main": "dist/index.js", "main": "dist/index.js",
@ -14,7 +14,7 @@
"scripts": { "scripts": {
"test": "jest --verbose --runInBand", "test": "jest --verbose --runInBand",
"build": "(test ! -d dist || rm -r dist) && tsc && cp package.json dist/ && cp yarn.lock dist/ && mkdir dist/types && cp src/types/* dist/types/ && mv dist/src/* dist/ && rm -r dist/src", "build": "(test ! -d dist || rm -r dist) && tsc && cp package.json dist/ && cp yarn.lock dist/ && mkdir dist/types && cp src/types/* dist/types/ && mv dist/src/* dist/ && rm -r dist/src",
"publish_to_local": "yarn test && yarn build && cd dist && yarn publish" "build_and_publish": "yarn test && yarn build && cd dist && yarn publish"
}, },
"devDependencies": { "devDependencies": {
"@types/config": "^0.0.36", "@types/config": "^0.0.36",

1425
yarn.lock

File diff suppressed because it is too large Load Diff