Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use npm config when generating the npm lockfile #108

Merged
merged 3 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like I forgot to add this to .gitignore. Could you please add it and remove this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slightly embarrassed that this one got committed 😳
Removed and .gitignore updated.

Binary file not shown.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"dependencies": {
"@npmcli/arborist": "^7.5.4",
"@npmcli/config": "^9.0.0",
"@pnpm/logger": "^5.0.0",
"@pnpm/types": "^9.4.2",
"chalk": "^5.3.0",
Expand All @@ -65,6 +66,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.1.0",
"@types/npmcli__config": "^6.0.3",
"@types/source-map-support": "^0.5.10",
"@types/tar-fs": "^2.0.4",
"eslint": "^8",
Expand Down
Loading