diff options
Diffstat (limited to 'examples/framework-lit')
-rw-r--r-- | examples/framework-lit/.gitignore | 1 | ||||
-rw-r--r-- | examples/framework-lit/.npmrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/framework-lit/.gitignore b/examples/framework-lit/.gitignore index d436c6dad..c82467453 100644 --- a/examples/framework-lit/.gitignore +++ b/examples/framework-lit/.gitignore @@ -3,7 +3,6 @@ dist # dependencies node_modules/ -.snowpack/ # logs npm-debug.log* diff --git a/examples/framework-lit/.npmrc b/examples/framework-lit/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/framework-lit/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file |