[Pkg-javascript-commits] [node-jsonfile] branch master updated (549609c -> fc9f144)
Julien Puydt
julien.puydt at laposte.net
Sun Oct 16 18:31:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch master
in repository node-jsonfile.
from 549609c Remove myself from Uploaders.
new 3e79ce8 Marking 2.0.0-1 as UNRELEASED since it didn't go in
new 7b19794 Push dh compat to 10, standards-version to 3.9.8 and use https in Vcs-* fields
new 5a14c08 New upstream version 2.4.0
new 0707a3b Merge tag 'upstream/2.4.0'
new 08a6b08 New upstream release 2.4.0 (and closing my own ITP)
new 2c93025 Take over maintenance (Bas is ok with that)
new 0792593 Add dep on node-graceful-fs
new 37ad37a Autopkgtest is now automatic
new fc9f144 Install the right files
The 9 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 +++++
debian/changelog | 13 ++-
debian/compat | 2 +-
debian/control | 17 ++-
debian/copyright | 1 +
debian/install | 2 +-
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 ++++++++++++++++++++++++
20 files changed, 1084 insertions(+), 246 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