Skip to content

Commit

Permalink
Use npm config when generating the npm lockfile (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurence79 authored Oct 23, 2024
1 parent 00f40a2 commit 5c703d2
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
*.log
.DS_Store
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

0 comments on commit 5c703d2

Please sign in to comment.