Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thosakwe committed Dec 8, 2016
1 parent 0465cfc commit ffdaee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feathers-seeder

![v1.0.5](https://img.shields.io/badge/version-1.0.5-green.svg)
[![v1.0.6](https://img.shields.io/badge/npm-1.0.6-green.svg)](https://www.npmjs.com/package/feathers-seeder)
![build status](https://api.travis-ci.org/thosakwe/feathers-seeder.svg?branch=master)

Straightforward data seeder for FeathersJS services.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "feathers-seeder",
"version": "1.0.6",
"description": "Straightforward data seeder for FeathersJS services.",
"main": "lib/index.js",
"main": "lib/index.jsnpm",
"scripts": {
"prepublish": "npm run compile && npm run test",
"release:prerelease": "npm version prerelease && npm publish",
Expand Down

0 comments on commit ffdaee9

Please sign in to comment.