Distribute yarn.lock and upgrade packages

This commit is contained in:
Alice Gaudon 2020-04-24 12:44:58 +02:00
parent ad20894565
commit 70b8866981
2 changed files with 331 additions and 331 deletions

View File

@ -1,6 +1,6 @@
{
"name": "wms-core",
"version": "0.2.16",
"version": "0.3.0",
"description": "Node web framework",
"repository": "git@gitlab.com:ArisuOngaku/wms-core.git",
"author": "Alice Gaudon <alice@gaudon.pro>",
@ -13,7 +13,7 @@
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --verbose --runInBand",
"build": "(test ! -d dist || rm -r dist) && tsc && cp package.json 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"
},
"devDependencies": {

658
yarn.lock

File diff suppressed because it is too large Load Diff