From 073a86ecbd6ef6f289451dc4e6e6cf32da9447d3 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 22 Jul 2016 17:21:25 -0700 Subject: [PATCH] application-config@1 This protects against corrupting the configuration file if the application crashes before the stream finishes writing to the file Especially important for large configuration files See https://github.com/LinusU/node-application-config/pull/3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9358f64f..7d34ded4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "airplayer": "^2.0.0", - "application-config": "^0.2.1", + "application-config": "^1.0.0", "bitfield": "^1.0.2", "chromecasts": "^1.8.0", "create-torrent": "^3.24.5",