Skip to content

Commit

Permalink
[package] fix coa dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jan 18, 2012
1 parent 8e9cd03 commit 8ea3274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,7 +21,7 @@
"lib": "./lib" "lib": "./lib"
}, },
"dependencies": { "dependencies": {
"coa": "0.3.x", "coa": "0.3.1",
"q": "0.7.x", "q": "0.7.x",
"uglify-js": "1.1.x" "uglify-js": "1.1.x"
}, },
Expand All @@ -40,4 +40,4 @@
"scripts": { "scripts": {
"test": "make -B test" "test": "make -B test"
} }
} }

0 comments on commit 8ea3274

Please sign in to comment.