Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Paola Nicosia committed Sep 7, 2022
1 parent df2b2cc commit e88139e
Show file tree
Hide file tree
Showing 5 changed files with 795 additions and 796 deletions.
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
npmPublishAccess: public

npmPublishRegistry: "https://registry.npmjs.org"

npmRegistries:
"https://registry.npmjs.org":
npmAlwaysAuth: true
npmAuthToken: "${NPM_AUTH_TOKEN-}"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.2.1.cjs

npmPublishRegistry: https://registry.npmjs.org
npmPublishAccess: public
npmRegistries:
'https://registry.npmjs.org':
npmAlwaysAuth: true
npmAuthToken: ${NPM_AUTH_TOKEN-}
yarnPath: .yarn/releases/yarn-3.2.3.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "git",
"url": "git@github.com:micro-lc/back-kit-engine.git"
},
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.2.3",
"files": [
"./base",
"./dist",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11808,7 +11808,7 @@ __metadata:

"typescript@patch:typescript@^4.7.4#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down

0 comments on commit e88139e

Please sign in to comment.