Skip to content

Commit

Permalink
Updating public bower registry url
Browse files Browse the repository at this point in the history
The official bower registry url has been updated to the correct fallback.

https://bower.io/docs/config/
  • Loading branch information
willpracht authored Oct 18, 2017
1 parent 939da33 commit 0d5c193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Must be a valid JSON
| registryFile | File for persisting private packages (must be a valid json) | ./bowerRepository.json |
| timeout | Server package timeout | 144 000 |
| public.disabled | Disable fallback feature for public packages | false |
| public.registry | Public bower registry's url | http://bower.herokuapp.com/packages/ |
| public.registry | Public bower registry's url | https://registry.bower.io |
| public.registryFile | File for persisting public packages (must be a valid json) | ./bowerRepositoryPublic.json |
| public.whitelist | Define public packages that are allowed to be installed | \[\] |
| public.blacklist | Define public packages that are not allowed to be installed | \[\] |
Expand Down

0 comments on commit 0d5c193

Please sign in to comment.