Skip to content

Commit

Permalink
Fix bower packages download (#1676)
Browse files Browse the repository at this point in the history
* Fix bower packages download

* Fix bower packages download
  • Loading branch information
faderskd authored Jun 5, 2023
1 parent a9d5582 commit 6b5bb09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hermes-console/.bowerrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"directory" : "static/components"
}
"directory" : "static/components",
"registry": "https://bower.herokuapp.com"
}

0 comments on commit 6b5bb09

Please sign in to comment.