Skip to content

Commit

Permalink
publish v0.3 + add satazor to author note
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Oct 22, 2012
1 parent 7021b11 commit d8278e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -55,7 +55,7 @@ You can disable colors by using the `--no-color` flag.
### Bower Configuration

Bower can be configured by creating a ~/.bowerrc file with one or all of the following configuration parameters.

```json
{
"directory" : "components",
Expand Down Expand Up @@ -171,8 +171,8 @@ var bower = require('bower');

bower.commands
.install(paths, options)
.on('end', function (data) {
data && console.log(data);
.on('end', function (data) {
data && console.log(data);
});
```

Expand Down Expand Up @@ -222,6 +222,7 @@ http://groups.google.com/group/twitter-bower

+ [@fat](http://github.com/fat)
+ [@maccman](http://github.com/maccman)
+ [@satazor](http://github.com/satazor)

Thanks for assistance and contributions:

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bower",
"description": "The browser package manager.",
"version": "0.2.0",
"version": "0.3.0",
"author": "Twitter",
"licenses": [ { "type": "MIT", "url": "https://github.com/twitter/bower/blob/master/LICENSE" } ],
"main": "lib",
Expand Down

0 comments on commit d8278e0

Please sign in to comment.