-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest mdns, fixes build on Slackware
- Loading branch information
Rodger Combs
committed
Oct 10, 2012
1 parent
68a4366
commit 893308e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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": { | ||
}, | ||
|