[Pkg-javascript-commits] [node-cross-spawn] branch upstream updated (041b66e -> 8d60183)
Sruthi Chandran
srud-guest at moszumanska.debian.org
Mon Nov 7 06:42:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a change to branch upstream
in repository node-cross-spawn.
from 041b66e Imported Upstream version 2.1.5
new e7146eb Manually import version 4.0.2 to upstream branch
new 8d60183 Import hidden files to upstream
The 2 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:
.eslintrc | 7 +++
.jshintrc | 62 --------------------
.travis.yml | 4 +-
README.md | 19 ++++--
appveyor.yml | 4 +-
index.js | 64 ++++++++++----------
lib/enoent.js | 73 +++++++++++++++++++++++
lib/hasBrokenSpawn.js | 11 ++++
lib/parse.js | 140 ++++++++++++++++++++++++++++++++++++++++++++
lib/resolveCommand.js | 31 ++++++++++
package.json | 22 ++++---
test/.eslintrc | 10 ++++
test/fixtures/echo.js | 2 +
test/fixtures/exit.js | 2 +
test/fixtures/shebang | 2 +
test/fixtures/shebang_noenv | 3 -
test/fixtures/win-ppid.js | 12 ++++
test/prepare.js | 18 +++++-
test/test.js | 101 ++++++++++++++++++++++++--------
test/util/buffered.js | 3 +-
20 files changed, 449 insertions(+), 141 deletions(-)
create mode 100644 .eslintrc
delete mode 100644 .jshintrc
create mode 100644 lib/enoent.js
create mode 100644 lib/hasBrokenSpawn.js
create mode 100644 lib/parse.js
create mode 100644 lib/resolveCommand.js
create mode 100644 test/.eslintrc
delete mode 100755 test/fixtures/shebang_noenv
create mode 100644 test/fixtures/win-ppid.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cross-spawn.git
More information about the Pkg-javascript-commits
mailing list