Skip to content

Commit

Permalink
use superdesk 2.4 release cores
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 26, 2021
1 parent d4f91f0 commit b64efa9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
90 changes: 45 additions & 45 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superdesk",
"license": "AGPL-3.0",
"dependencies": {
"superdesk-core": "github:superdesk/superdesk-client-core#develop"
"superdesk-core": "github:superdesk/superdesk-client-core#release/2.4"
},
"scripts": {
"build": "npx @superdesk/build-tools build-root-repo ./"
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gunicorn>=20.0.4,<20.1
honcho==1.0.1

-e git+https://github.com/superdesk/superdesk-core.git@develop#egg=superdesk-core
-e git+https://github.com/superdesk/superdesk-core.git@release/2.4#egg=superdesk-core

0 comments on commit b64efa9

Please sign in to comment.