Skip to content

Commit

Permalink
Revert back to async branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Jan 22, 2025
1 parent 4675a62 commit 16ccbdf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -4,7 +4,7 @@
"build": "webpack --mode production --progress"
},
"dependencies": {
"newsroom-core": "github:MarkLark86/newsroom-core#async"
"newsroom-core": "github:superdesk/newsroom-core#async"
},
"volta": {
"node": "14.21.3"
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/MarkLark86/newsroom-core.git@async#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@async#egg=Newsroom-Core
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ multidict==6.1.0
# via
# aiohttp
# yarl
newsroom-core @ git+https://github.com/MarkLark86/newsroom-core.git@async
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@async
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down

0 comments on commit 16ccbdf

Please sign in to comment.