Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Dec 1, 2014
1 parent 3fe77f5 commit a7960a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-queue",
"version": "0.0.1",
"version": "0.0.2",
"description": "Simple queue for completing tasks in series",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,8 @@
"repository": "[email protected]:technicalmachine/sync-queue.git",
"contributors": [
{"name" : "Tim Cameron Ryan", "email" : "[email protected]" },
{"name" : "Jon McKay", "email" : "[email protected]" }
{"name" : "Jon McKay", "email" : "[email protected]" },
{"name" : "Carlos Martin", "email" : "[email protected]"}
],
"license": "MIT"
}

0 comments on commit a7960a3

Please sign in to comment.