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
This commit is contained in:
Feross Aboukhadijeh
2016-07-22 17:21:25 -07:00
parent 4799a032e5
commit 073a86ecbd

View File

@@ -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",