[Pkg-javascript-commits] [node-chalk] branch master updated (ddccdf2 -> c56bb96)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Sep 8 13:37:57 UTC 2017


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

praveen pushed a change to branch master
in repository node-chalk.

      from  ddccdf2   Bump the Standards-Version to 4.1.0, no changes needed.
       new  2fb30e7   update changelog
       new  545e57c   New upstream version 2.1.0
       new  2058341   Updated version 2.1.0 from 'upstream/2.1.0'
       new  d6b9186   drop all patches
       new  ae996d4   disable tests
       new  7509c90   update changelog
       new  c56bb96   install templates.js

The 7 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 +
 .gitignore                                  |   1 +
 .npmrc                                      |   1 +
 .travis.yml                                 |   7 +-
 benchmark.js                                |  14 +-
 code-of-conduct.md                          |  74 ++++++++
 contributing.md                             |   3 +
 debian/changelog                            |   8 +
 debian/install                              |   1 +
 debian/patches/00-remove_windows_tests.diff |  82 ---------
 debian/patches/01-test_enabled.diff         |  22 ---
 debian/patches/series                       |   2 -
 debian/rules                                |   3 -
 debian/tests/control                        |   3 -
 examples/rainbow.js                         |  38 +++++
 examples/screenshot.js                      |  18 ++
 index.js                                    | 228 ++++++++++++++++++-------
 license                                     |  20 +--
 package.json                                | 129 +++++++-------
 readme.md                                   | 253 +++++++++++++++++++---------
 templates.js                                | 128 ++++++++++++++
 test.js                                     | 157 -----------------
 test/_fixture.js                            |   4 +
 test/_supports-color.js                     |  13 ++
 test/chalk.js                               | 100 +++++++++++
 test/constructor.js                         |  22 +++
 test/enabled.js                             |  35 ++++
 test/level.js                               |  44 +++++
 test/template-literal.js                    | 169 +++++++++++++++++++
 test/windows.js                             |  63 +++++++
 31 files changed, 1138 insertions(+), 510 deletions(-)
 create mode 100644 .npmrc
 create mode 100644 code-of-conduct.md
 create mode 100644 contributing.md
 delete mode 100644 debian/patches/00-remove_windows_tests.diff
 delete mode 100644 debian/patches/01-test_enabled.diff
 delete mode 100644 debian/patches/series
 create mode 100644 examples/rainbow.js
 create mode 100644 examples/screenshot.js
 create mode 100644 templates.js
 delete mode 100644 test.js
 create mode 100644 test/_fixture.js
 create mode 100644 test/_supports-color.js
 create mode 100644 test/chalk.js
 create mode 100644 test/constructor.js
 create mode 100644 test/enabled.js
 create mode 100644 test/level.js
 create mode 100644 test/template-literal.js
 create mode 100644 test/windows.js

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



More information about the Pkg-javascript-commits mailing list