Skip to content

Commit

Permalink
migrated to zest
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavjha committed Sep 21, 2014
1 parent 68c2891 commit bdf0988
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
# nodejs version
- "0.11"
after_script:
after_success:
# run the coverage task and push the coverage report to coveralls
- "./node_modules/.bin/grunt coveralls"
- "./node_modules/.bin/grunt document gh-pages"
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
[![Coverage Status][coverage-status-image]][coverage-status-link]
[![License][license-image]][license-link]

# soul-infra / user.datastore
> user.datastore is a user component for soul that manages users in a datastore component
# zest / user.datastore
> user.datastore is a user component for zest that manages users in a datastore component
[dependencies-image]: http://img.shields.io/david/soul-infra/user.datastore.svg?style=flat-square
[dependencies-link]: https://david-dm.org/soul-infra/user.datastore#info=dependencies&view=list
[dev-dependencies-image]: http://img.shields.io/david/dev/soul-infra/user.datastore.svg?style=flat-square
[dev-dependencies-link]: https://david-dm.org/soul-infra/user.datastore#info=devDependencies&view=list
[peer-dependencies-image]: http://img.shields.io/david/peer/soul-infra/user.datastore.svg?style=flat-square
[peer-dependencies-link]: https://david-dm.org/soul-infra/user.datastore#info=peerDependencies&view=list
[dependencies-image]: http://img.shields.io/david/zest/user.datastore.svg?style=flat-square
[dependencies-link]: https://david-dm.org/zest/user.datastore#info=dependencies&view=list
[dev-dependencies-image]: http://img.shields.io/david/dev/zest/user.datastore.svg?style=flat-square
[dev-dependencies-link]: https://david-dm.org/zest/user.datastore#info=devDependencies&view=list
[peer-dependencies-image]: http://img.shields.io/david/peer/zest/user.datastore.svg?style=flat-square
[peer-dependencies-link]: https://david-dm.org/zest/user.datastore#info=peerDependencies&view=list
[license-image]: http://img.shields.io/badge/license-UNLICENSE-brightgreen.svg?style=flat-square
[license-link]: http://unlicense.org
[quality-image]: http://img.shields.io/codeclimate/github/soul-infra/user.datastore.svg?style=flat-square
[quality-link]: https://codeclimate.com/github/soul-infra/user.datastore
[build-status-image]: http://img.shields.io/travis/soul-infra/user.datastore.svg?style=flat-square
[build-status-link]: https://travis-ci.org/soul-infra/user.datastore
[coverage-status-image]: http://img.shields.io/coveralls/soul-infra/user.datastore.svg?style=flat-square
[coverage-status-link]: https://coveralls.io/r/soul-infra/user.datastore
[quality-image]: http://img.shields.io/codeclimate/github/zest/user.datastore.svg?style=flat-square
[quality-link]: https://codeclimate.com/github/zest/user.datastore
[build-status-image]: http://img.shields.io/travis/zest/user.datastore.svg?style=flat-square
[build-status-link]: https://travis-ci.org/zest/user.datastore
[coverage-status-image]: http://img.shields.io/coveralls/zest/user.datastore.svg?style=flat-square
[coverage-status-link]: https://coveralls.io/r/zest/user.datastore
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "user.datastore",
"description": "user.datastore is a user component for soul that manages users in a datastore component",
"description": "user.datastore is a user component for zest that manages users in a datastore component",
"version": "0.0.1",
"main": "./lib/index",
"private": true,
Expand Down

0 comments on commit bdf0988

Please sign in to comment.