[Pkg-javascript-commits] [node-jsonfile] 02/03: Improve extended description.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Mar 27 17:32:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-jsonfile.
commit 58dc48ad2fcf84f445858b67de414560db3f037f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Mar 27 18:28:15 2015 +0100
Improve extended description.
---
debian/control | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/control b/debian/control
index fec2016..a328af7 100644
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,8 @@ Depends: ${misc:Depends},
Description: Easily read/write JSON files in Node.js
jsonfile is a Node.js module to easily read/write JSON files in JavaScript.
.
+ The module provides readFile() and writeFile() methods that combine
+ JSON.parse() with fs.readFile() and JSON.parse() with fs.readFile().
+ .
Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonfile.git
More information about the Pkg-javascript-commits
mailing list