[Pkg-javascript-commits] [node-ansi-regex] branch master updated (9df9f0e -> 87c9950)

Paolo Greppi paolog-guest at moszumanska.debian.org
Tue Sep 19 07:44:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

paolog-guest pushed a change to branch master
in repository node-ansi-regex.

      from  9df9f0e   Imported Debian patch 2.0.0-1
       new  ab655e7   New upstream version 3.0.0
       new  ec22e8b   Merge tag 'upstream/3.0.0'
       new  87c9950   new upstream release + tests

The 3 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:
 .editorconfig                               |   5 +-
 .gitattributes                              |   1 +
 .jshintrc                                   |  12 --
 .travis.yml                                 |   7 +-
 debian/changelog                            |   8 +
 debian/control                              |   7 +-
 debian/patches/00-mocha.diff                | 106 +++++++++++++
 debian/patches/series                       |   1 +
 debian/tests/control                        |   3 +
 fixtures/ansi-codes.js                      | 231 ++++++++++++++++++++++++++++
 test/viewCodes.js => fixtures/view-codes.js |  37 ++---
 index.js                                    |  10 +-
 license                                     |  20 +--
 package.json                                |  17 +-
 readme.md                                   |  31 +++-
 test.js                                     |  75 +++++++++
 test/ansiCodes.js                           | 211 -------------------------
 test/test.js                                |  80 ----------
 18 files changed, 495 insertions(+), 367 deletions(-)
 delete mode 100644 .jshintrc
 create mode 100644 debian/patches/00-mocha.diff
 create mode 100644 debian/patches/series
 create mode 100644 fixtures/ansi-codes.js
 rename test/viewCodes.js => fixtures/view-codes.js (52%)
 create mode 100644 test.js
 delete mode 100644 test/ansiCodes.js
 delete mode 100644 test/test.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ansi-regex.git



More information about the Pkg-javascript-commits mailing list