Skip to content

Instantly share code, notes, and snippets.

@ekazakov
Created February 19, 2014 09:59
Show Gist options
  • Save ekazakov/9089111 to your computer and use it in GitHub Desktop.
Save ekazakov/9089111 to your computer and use it in GitHub Desktop.
bowerrc file for private registry
{
"registry": {
"register": "http://localhost:3333",
"publish": "http://localhost:3333",
"search": [
"http://localhost:3333"
, "https://bower.herokuapp.com"
]
},
"directory": "src/components"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment