[Pkg-javascript-commits] [node-jsonfile] branch upstream updated (ffa7b68 -> 5a14c08)
Julien Puydt
julien.puydt at laposte.net
Sun Oct 16 18:31:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch upstream
in repository node-jsonfile.
from ffa7b68 Imported Upstream version 2.0.0
new 5a14c08 New upstream version 2.4.0
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 16 ++-
CHANGELOG.md | 98 ++++++++++++++++-
LICENSE | 8 +-
README.md | 128 ++++++++++++++--------
appveyor.yml | 28 +++++
index.js | 133 +++++++++++++++++++++++
lib/jsonfile.js | 59 -----------
package.json | 29 ++---
test/jsonfile.test.js | 102 ------------------
test/mocha.opts | 3 -
test/read-file-sync.test.js | 175 ++++++++++++++++++++++++++++++
test/read-file.test.js | 247 +++++++++++++++++++++++++++++++++++++++++++
test/test.js | 29 +++++
test/write-file-sync.test.js | 104 ++++++++++++++++++
test/write-file.test.js | 136 ++++++++++++++++++++++++
15 files changed, 1064 insertions(+), 231 deletions(-)
create mode 100644 appveyor.yml
create mode 100644 index.js
delete mode 100644 lib/jsonfile.js
delete mode 100644 test/jsonfile.test.js
delete mode 100644 test/mocha.opts
create mode 100644 test/read-file-sync.test.js
create mode 100644 test/read-file.test.js
create mode 100644 test/test.js
create mode 100644 test/write-file-sync.test.js
create mode 100644 test/write-file.test.js
--
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