Skip to content

Commit

Permalink
Updated equalize-deps.cjs link/branch name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMinkeRitense committed May 15, 2024
1 parent c929216 commit c5f5a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/equalize-deps.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const cleanUp = () => {
const fetchDeps = () =>
http.get(
// update link to raw Github content of latest major package.json
'https://raw.githubusercontent.com/valtimo-platform/valtimo-frontend-libraries/development/12.0.0/package.json',
'https://raw.githubusercontent.com/valtimo-platform/valtimo-frontend-libraries/rc/12.0.0/package.json',
function (response) {
response.pipe(file);

Expand Down

0 comments on commit c5f5a02

Please sign in to comment.