Skip to content

Commit

Permalink
Use latest mdns, fixes build on Slackware
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodger Combs committed Oct 10, 2012
1 parent 68a4366 commit 893308e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "airplay",
"description": "Apple AirPlay client library",
"version": "0.0.2",
"version": "0.0.3",
"author": "Ben Vanik <[email protected]>",
"contributors": [],
"repository": {
Expand All @@ -20,7 +20,7 @@
"main": "./lib/airplay",
"dependencies": {
"plist": ">=0.2.1",
"mdns": "https://github.com/benvanik/node_mdns/tarball/master"
"mdns": ">=0.0.7"
},
"scripts": {
},
Expand Down

0 comments on commit 893308e

Please sign in to comment.