From 4221883eb4b6ddae5e4bcecdd674f0c25780d213 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 9 May 2016 17:18:53 +0200 Subject: [PATCH] application-config@^0.2.1 My fixes were merged upstream -- no need to depend on my fork anymore. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c687fa4f..0316f7cd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "airplay-js": "guerrerocarlos/node-airplay-js", - "application-config": "feross/node-application-config", + "application-config": "^0.2.1", "bitfield": "^1.0.2", "chromecasts": "^1.8.0", "concat-stream": "^1.5.1",