Skip to content

Commit

Permalink
change the coveralls token, fix #179
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiip committed Jan 22, 2015
1 parent 1ea0478 commit c19df42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repo_token: 80AGmTLC53q6aLmiJaUX4Sa3vkl8jVUbg
repo_token: WduDhy5ZQEgl334utPsKcgfohsUteSW9k
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# generator-gulp-angular

[![Build Status](https://img.shields.io/travis/Swiip/generator-gulp-angular.svg?style=flat)](http://travis-ci.org/Swiip/generator-gulp-angular)
[![Coverage Status](http://img.shields.io/coveralls/eleven-labs/generator-gulp-angular.svg?style=flat)](https://coveralls.io/r/eleven-labs/generator-gulp-angular?branch=master)
[![Coverage Status](http://img.shields.io/coveralls/Swiip/generator-gulp-angular.svg?style=flat)](https://coveralls.io/r/Swiip/generator-gulp-angular?branch=master)
[![Dependencies](http://img.shields.io/david/Swiip/generator-gulp-angular.svg?style=flat)](https://david-dm.org/eleven-labs/generator-gulp-angular)
[![Download Month](http://img.shields.io/npm/dm/generator-gulp-angular.svg?style=flat)](https://www.npmjs.org/package/generator-gulp-angular)
[![NPM Version](http://img.shields.io/npm/v/generator-gulp-angular.svg?style=flat)](https://www.npmjs.org/package/generator-gulp-angular)
Expand Down Expand Up @@ -53,7 +53,7 @@ Run `yo gulp-angular`, optionally passing an app name:
yo gulp-angular [app-name]
```

### Yo options
### Yo options
`yo gulp-angular --help` or `yo gulp-angular -h` for help. All options are not required. If not provided, default values will be used.

* `--app-path='src'` customize Angular's app folder, relative to cwd, default is `src`
Expand Down

0 comments on commit c19df42

Please sign in to comment.