[Pkg-javascript-commits] [node-fs-extra] 01/10: Updated version 3.0.1 from 'upstream/3.0.1'
Julien Puydt
julien.puydt at laposte.net
Mon Jul 24 09:18:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-fs-extra.
commit 3d17982cfb33ee078cfe6c6eb2f6cf296840b03b
Merge: 0b6ee63 531b53d
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Jun 28 07:35:39 2017 +0200
Updated version 3.0.1 from 'upstream/3.0.1'
with Debian dir cfa4326d87767d363198db8d219d07afe550a37f
CHANGELOG.md | 68 +++++++++++++++-------
README.md | 41 +++++--------
docs/copy.md | 11 +++-
docs/emptyDir.md | 9 +++
docs/ensureDir.md | 11 +++-
docs/ensureFile.md | 11 +++-
docs/ensureLink.md | 11 +++-
docs/ensureSymlink.md | 11 +++-
docs/move.md | 10 +++-
docs/outputFile.md | 13 ++++-
docs/outputJson.md | 13 ++++-
docs/pathExists-sync.md | 3 +
docs/pathExists.md | 22 +++++++
docs/readJson.md | 22 ++++++-
docs/remove.md | 11 +++-
docs/writeJson.md | 11 +++-
lib/__tests__/promise.test.js | 27 +++++++++
lib/copy-sync/copy-file-sync.js | 2 +-
lib/copy/copy.js | 4 +-
lib/copy/index.js | 3 +-
lib/empty/index.js | 5 +-
lib/ensure/__tests__/link.test.js | 24 ++++++++
lib/ensure/__tests__/symlink.test.js | 23 ++++++++
lib/ensure/file.js | 15 ++---
lib/ensure/link.js | 15 ++---
lib/ensure/symlink-paths.js | 4 +-
lib/ensure/symlink.js | 16 ++---
lib/{ => fs}/__tests__/fs-integration.test.js | 2 +-
lib/fs/__tests__/mz.test.js | 50 ++++++++++++++++
lib/fs/index.js | 61 +++++++++++++++++++
lib/index.js | 25 ++------
lib/json/__tests__/jsonfile-integration.test.js | 7 +--
lib/json/__tests__/output-json.test.js | 8 +++
lib/json/__tests__/spaces.test.js | 34 -----------
lib/json/index.js | 11 +++-
lib/json/jsonfile.js | 12 ++--
lib/json/output-json.js | 5 +-
lib/mkdirs/__tests__/mkdirp.test.js | 3 +-
lib/mkdirs/__tests__/perm.test.js | 3 +-
lib/mkdirs/__tests__/perm_sync.test.js | 6 +-
lib/mkdirs/__tests__/race.test.js | 3 +-
lib/mkdirs/__tests__/rel.test.js | 3 +-
lib/mkdirs/__tests__/sync.test.js | 3 +-
lib/mkdirs/__tests__/umask.test.js | 6 +-
lib/mkdirs/index.js | 17 ++++--
lib/move-sync/__tests__/move-sync.test.js | 13 +++--
lib/move-sync/index.js | 5 +-
lib/move/__tests__/move.test.js | 16 +++--
lib/move/index.js | 5 +-
lib/output/__tests__/output.test.js | 5 ++
lib/output/index.js | 7 ++-
lib/path-exists/__tests__/path-exists-sync.test.js | 28 +++++++++
lib/path-exists/__tests__/path-exists.test.js | 40 +++++++++++++
lib/path-exists/index.js | 12 ++++
lib/remove/__tests__/remove.test.js | 3 +-
lib/remove/index.js | 14 +----
lib/remove/rimraf.js | 6 +-
lib/util/buffer.js | 11 ++++
package.json | 10 ++--
59 files changed, 640 insertions(+), 210 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fs-extra.git
More information about the Pkg-javascript-commits
mailing list