diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/astro-markdown/.npmrc | 2 | ||||
-rw-r--r-- | examples/blog/.npmrc | 2 | ||||
-rw-r--r-- | examples/docs/.npmrc | 2 | ||||
-rw-r--r-- | examples/kitchen-sink/.npmrc | 2 | ||||
-rw-r--r-- | examples/portfolio/.npmrc | 2 | ||||
-rw-r--r-- | examples/snowpack/.npmrc | 2 | ||||
-rw-r--r-- | examples/starter/.npmrc | 2 | ||||
-rw-r--r-- | examples/tailwindcss/.npmrc | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/examples/astro-markdown/.npmrc b/examples/astro-markdown/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/astro-markdown/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/blog/.npmrc b/examples/blog/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/blog/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/docs/.npmrc b/examples/docs/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/docs/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/kitchen-sink/.npmrc b/examples/kitchen-sink/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/kitchen-sink/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/portfolio/.npmrc b/examples/portfolio/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/portfolio/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/snowpack/.npmrc b/examples/snowpack/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/snowpack/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/starter/.npmrc b/examples/starter/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/starter/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/tailwindcss/.npmrc b/examples/tailwindcss/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/tailwindcss/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file |