Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Commit

Permalink
Merged release/v0.2.4 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminJ committed Aug 18, 2016
2 parents 18ae76f + d3c0aa0 commit b87f71b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,24 @@

[![BuildStatus](https://travis-ci.org/KamiKillertO/waitjs.svg?branch=develop)](https://travis-ci.org/KamiKillertO/waitjs)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![](https://img.shields.io/badge/release-v0.2.3-blue.svg)](https://github.com/KamiKillertO/waitjs/releases/tag/v0.2.3)
[![](https://img.shields.io/badge/release-v0.2.4-blue.svg)](https://github.com/KamiKillertO/waitjs/releases/tag/v0.2.4)
[![CodacyBadge](https://api.codacy.com/project/badge/Grade/6e45642dc16c4e8c8e199f0c4282b770)](https://www.codacy.com/app/kamikillerto/waitjs?utm_source=github.com&utm_medium=referral&utm_content=KamiKillertO/waitjs&utm_campaign=Badge_Grade)
[![npm version](https://badge.fury.io/js/%40kamikillerto%2Fwait-js.svg)](https://badge.fury.io/js/%40kamikillerto%2Fwait-js)

waitjs provides you a promise-like interface to manage postponed executions.

## Installation

waitjs is available on npm.
waitjs is available on npm and bower.

```bash
npm install --save @kamikillerto/wait-js
```

This will install the PeasyDB library files in your project's bower_components folder.

waitjs is available on bower;

```bash
#or
bower install wait-js --save
```

This will install the waitjs library files in your project's bower_components folder.
After you just have to add `<script>` or use `require` with you favorite AMD module loader
This will install the waitjs library files in your project's bower_components or node_modules folder.
After you just have to add `<script>` or use `require` with you favorite AMD module loader.

```javascript
var wait = require('@kamikillerto/wait-js');
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": "@kamikillerto/wait-js",
"version": "0.2.3",
"version": "0.2.4",
"description": "The coolest way to wait",
"main": "src/wait.js",
"scripts": {
Expand Down

0 comments on commit b87f71b

Please sign in to comment.