Skip to content

Commit

Permalink
Move async library to dependencies from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfhart committed Nov 15, 2014
1 parent f355b43 commit 946ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"homepage": "https://github.com/andrewfhart/openassets",
"devDependencies": {
"assert": "^1.1.2",
"async": "^0.9.0",
"chai": "^1.9.2",
"mocha": "^2.0.1",
"should": "^4.2.1",
"sinon": "^1.11.1"
},
"dependencies": {
"async": "^0.9.0",
"bitcore": "^0.1.39",
"bufferput": "^0.1.2",
"buffertools": "^2.1.2",
Expand Down

0 comments on commit 946ec00

Please sign in to comment.