[Pkg-javascript-commits] [node-minimatch] branch upstream updated (c38a995 -> edb757b)
Jérémy Lal
kapouer at moszumanska.debian.org
Thu Nov 3 23:36:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch upstream
in repository node-minimatch.
from c38a995 Imported Upstream version 1.0.0
new edb757b New upstream version 3.0.3
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:
.gitignore | 1 +
.npmignore | 1 +
.travis.yml | 7 +-
LICENSE | 32 +-
README.md | 13 +-
benchmark.js | 15 +
minimatch.js | 736 +++++++++++++--------------------
package.json | 17 +-
test/basic.js | 392 ++----------------
test/brace-expand.js | 100 +++--
test/caching.js | 14 -
test/defaults.js | 299 ++------------
test/extglob-ending-with-state-char.js | 2 +-
test/extglob-unfinished.js | 13 +
test/patterns.js | 368 +++++++++++++++++
test/redos.js | 28 ++
test/tricky-negations.js | 111 +++++
17 files changed, 997 insertions(+), 1152 deletions(-)
create mode 100644 .npmignore
create mode 100644 benchmark.js
delete mode 100644 test/caching.js
create mode 100644 test/extglob-unfinished.js
create mode 100644 test/patterns.js
create mode 100644 test/redos.js
create mode 100644 test/tricky-negations.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-minimatch.git
More information about the Pkg-javascript-commits
mailing list