Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lperrin committed May 31, 2013
1 parent a6a6e65 commit 0af1e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "airtunes",
"description": "an AirTunes v2 implementation: stream wirelessly to audio devices.",
"keywords": ["airtunes", "airplay", "raop", "coreaudio", "sound", "audio"],
"version": "0.1.3",
"version": "0.1.4",
"author": "Laurent Perrin <laurent.perrin@gmail.com>",
"main": "./lib/index.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
}
],
"dependencies": {
"async": "0.1.18"
"async": "*"
},
"devDependencies": {
"optimist": "*"
Expand Down

0 comments on commit 0af1e28

Please sign in to comment.