Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Quildreen Motta committed Dec 2, 2013
1 parent 3734027 commit b98e856
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "control.async",
"version": "0.0.0",
"version": "0.1.0",
"description": "Operations for asynchronous control flow.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -20,7 +20,9 @@
"bugs": {
"url": "https://github.com/folktale/control.async/issues"
},
"dependencies": {},
"dependencies": {
"monads.future": "~0.1.0"
},
"devDependencies": {
"browserify": "~2.35.4",
"groc": "git://github.com/killdream/groc#patch-livescript",
Expand Down

0 comments on commit b98e856

Please sign in to comment.