Skip to content

Commit

Permalink
Add missing .npmrc from blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Dec 1, 2024
1 parent 4e85967 commit 5fccc51
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Docs: https://pnpm.io/npmrc
# https://github.com/emberjs/rfcs/pull/907

# we don't want addons to be bad citizens of the ecosystem
auto-install-peers=false

# we want true isolation,
# if a dependency is not declared, we want an error
resolve-peers-from-workspace-root=false
1 change: 1 addition & 0 deletions ember-fontawesome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"@babel/runtime": "^7.26.0",
"@embroider/addon-dev": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@glimmer/component": "^2.0.0",
"@glint/core": "^1.5.0",
"@glint/environment-ember-loose": "^1.5.0",
"@glint/environment-ember-template-imports": "^1.5.0",
Expand Down
25 changes: 7 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fccc51

Please sign in to comment.