Skip to content

Commit

Permalink
Merge branch 'release/0.4.5' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Nov 3, 2017
2 parents bbe011b + 09c2a3a commit dda3672
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lib-monkey

[![Travis](https://img.shields.io/travis/lib-monkey/lib-monkey.svg)](https://travis-ci.org/lib-monkey/lib-monkey) [![David](https://img.shields.io/david/lib-monkey/lib-monkey.svg)](https://david-dm.org/lib-monkey/lib-monkey) [![Dependency Status](https://dependencyci.com/github/lib-monkey/lib-monkey/badge)](https://dependencyci.com/github/lib-monkey/lib-monkey) [![npm](https://img.shields.io/npm/v/lib-monkey.svg)](https://www.npmjs.com/package/lib-monkey)
[![Travis](https://img.shields.io/travis/lib-monkey/lib-monkey.svg)](https://travis-ci.org/lib-monkey/lib-monkey) [![David](https://img.shields.io/david/lib-monkey/lib-monkey.svg)](https://david-dm.org/lib-monkey/lib-monkey) [![Dependency Status](https://dependencyci.com/github/lib-monkey/lib-monkey/badge)](https://dependencyci.com/github/lib-monkey/lib-monkey) [![npm](https://img.shields.io/npm/v/lib-monkey.svg)](https://www.npmjs.com/package/lib-monkey) [![API Doc](https://doclets.io/lib-monkey/lib-monkey/dev.svg)](https://doclets.io/lib-monkey/lib-monkey/dev)

Monkey Testing for libraries

Expand Down Expand Up @@ -112,6 +112,7 @@ This project should co-exist with all the avialbe test runners like mocha or jas
- [x] Add more Jokers and Runners
- [ ] Add self assertion api
- [ ] Finish the docs
- [ ] Create code coverage for the library
- [x] Maybe change the api to be dot chainable
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ monkey.RunnerCreator.create(lm);

/**
* Lib-Monky.
* @module lib-monkey
* @autor Team of Monkeys
* @property {Jokers.BooleanJoker} bool - return instance of the BooleanJoker
* @property {Jokers.CharJoker} char - return instance of the CharJoker
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lib-monkey",
"version": "0.4.1",
"version": "0.4.5",
"description": "Random Integration Testing for NodeJS",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit dda3672

Please sign in to comment.