Skip to content

Commit 1af3255

Browse files
author
Forbes Lindesay
committed
Removed code and updated README to incidate move to then organisation
1 parent 1a2b3d7 commit 1af3255

File tree

4 files changed

+1
-89
lines changed

4 files changed

+1
-89
lines changed

.jshintrc

-7
This file was deleted.

README.md

+1-23
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
11
# then-queue
22

3-
a simple asynchronous queue
4-
5-
## Installation
6-
7-
npm install then-queue
8-
9-
## API
10-
### Queue()
11-
12-
A fresh queue!
13-
14-
### queue.push(item)
15-
16-
Push an item onto the queue
17-
18-
### queue.pop() -> Promise Item
19-
20-
Pop an item from the queue
21-
22-
### queue.length
23-
24-
Amount of items in the queue.
25-
3+
This repository has moved to https://github.com/then/queue

index.js

-35
This file was deleted.

package.json

-24
This file was deleted.

0 commit comments

Comments
 (0)