Skip to content

Commit

Permalink
fix: pin npm as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 22, 2022
1 parent 5e9d597 commit 67d8b80
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 320 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"stream-buffers": "^3.0.2",
"tempy": "^1.0.1"
},
"peerDependencies": {
"npm": "8.4.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^16.2.1",
"@semantic-release/changelog": "^6.0.1",
Expand All @@ -86,8 +89,7 @@
"file-url": "^3.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"npm": "8.4.1"
"prettier": "^2.5.1"
},
"release": {
"branch": "master",
Expand Down
Loading

0 comments on commit 67d8b80

Please sign in to comment.