Skip to content

Commit

Permalink
Merge pull request #988 from xeroxinteractive/AL-lerna-downgrade
Browse files Browse the repository at this point in the history
Downgrade normalize-url + auto registry workaround
  • Loading branch information
AndrewLeedham authored Jan 7, 2022
2 parents a402e07 + 70f36a7 commit 8cb086c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"packages": ["packages/*"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
"useWorkspaces": true,
"command": {
"publish": {
"registry": "https://registry.npmjs.org"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"trim-newlines": ">=3.0.1 <4.0.0 || >=4.0.1",
"trim": ">=0.0.3",
"handlebars": ">=4.7.7",
"normalize-url": ">=4.5.1 <5.0.0 || >=5.3.1 <6.0.0 || >=6.0.1 <8.0.0",
"normalize-url": ">=4.5.1 <5.0.0 || >=5.3.1 <6.0.0 || >=6.0.1 <7.0.0",
"@npmcli/git": ">=2.0.8",
"path-parse": ">=1.0.7",
"tar": ">=6.1.1",
Expand Down

0 comments on commit 8cb086c

Please sign in to comment.