chore(npmrc): use-beta-cli=true

This commit is contained in:
Zoltan Kochan
2019-07-16 21:32:32 +03:00
parent 83fee2a2c3
commit 784b6d2e19
8 changed files with 9 additions and 20 deletions

1
.npmrc
View File

@@ -2,6 +2,7 @@ independent-leaves = true
link-workspace-packages = true
save-exact = true
shared-workspace-lockfile = true
use-beta-cli = true
; Temporarily commenting out.
; peer dependencies should be resolved from dependencies of the root workspace package

View File

@@ -1,3 +0,0 @@
; This config file may be removed
; if the workaround with pnpm-workspace.yaml won't be needed
shared-workspace-lockfile = false

View File

@@ -1 +1,4 @@
; This config file may be removed
; if the workaround with pnpm-workspace.yaml won't be needed
shared-workspace-lockfile = false
store=../store

View File

@@ -1,3 +1,4 @@
# This is only created so that the test package doesn't try to use the virtual store from the repo's root
packages:
- "."
- "!store/**"

View File

@@ -1,3 +0,0 @@
; This config file may be removed
; if the workaround with pnpm-workspace.yaml won't be needed
shared-workspace-lockfile = false

View File

@@ -1 +1,4 @@
; This config file may be removed
; if the workaround with pnpm-workspace.yaml won't be needed
shared-workspace-lockfile = false
store=../store

View File

@@ -1,3 +1,4 @@
# This is only created so that the test package doesn't try to use the virtual store from the repo's root
packages:
- '.'
- "!store/**"

View File

@@ -1,14 +0,0 @@
dependencies:
is-positive: 3.1.0
packages:
/is-positive/3.1.0:
dev: false
engines:
node: '>=0.10.0'
resolution:
integrity: sha1-hX21hKG6XRyymAUn/DtsQ103sP0=
registry: 'https://registry.npmjs.org/'
shrinkwrapMinorVersion: 9
shrinkwrapVersion: 3
specifiers:
is-positive: 3.1.0