[Pkg-javascript-commits] [node-chalk] branch upstream updated	(e540a40 -> 545e57c)
    Praveen Arimbrathodiyil 
    praveen at moszumanska.debian.org
       
    Fri Sep  8 13:37:59 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch upstream
in repository node-chalk.
      from  e540a40   Imported Upstream version 1.1.3
       new  545e57c   New upstream version 2.1.0
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:
 .editorconfig            |   5 +-
 .gitattributes           |   1 +
 .gitignore               |   1 +
 .npmrc                   |   1 +
 .travis.yml              |   7 +-
 benchmark.js             |  14 +--
 code-of-conduct.md       |  74 ++++++++++++++
 contributing.md          |   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 ++++++++++++
 24 files changed, 1129 insertions(+), 398 deletions(-)
 create mode 100644 .npmrc
 create mode 100644 code-of-conduct.md
 create mode 100644 contributing.md
 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