[Pkg-javascript-commits] [node-es6-shim] branch master updated (fa52f85 -> bf76675)

Julien Puydt julien.puydt at laposte.net
Sat Jan 2 13:52:11 UTC 2016


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

jpuydt-guest pushed a change to branch master
in repository node-es6-shim.

      from  fa52f85   Initial packaging
       new  6aab0ac   Import node-es6-shim_0.34.0+ds.orig.tar.gz
       new  419cf15   record new upstream branch created by importing node-es6-shim_0.34.0+ds.orig.tar.gz and merge it
       new  bf76675   Prepare for 0.34.0+ds-1 upload

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:
 .eslintignore                   |     2 +
 .eslintrc                       |    49 +
 .jscs.json                      |    39 +-
 .jshintrc                       |     4 +-
 .travis.yml                     |    10 +-
 CHANGELOG.md                    |    78 +
 Gruntfile.js                    |    74 +-
 README.md                       |    89 +-
 component.json                  |     2 +-
 debian/.git-dpm                 |    14 +-
 debian/changelog                |     8 +
 debian/copyright                |     8 -
 debian/source/lintian-overrides |     3 -
 es6-sham.js                     |    27 +-
 es6-sham.map                    |     2 +-
 es6-sham.min.js                 |     6 +-
 es6-shim.js                     |   944 +--
 es6-shim.map                    |     2 +-
 es6-shim.min.js                 |     8 +-
 node_modules/chai/chai.js       |  5735 ------------------
 node_modules/mocha/mocha.css    |   305 -
 node_modules/mocha/mocha.js     | 12417 --------------------------------------
 package.json                    |    52 +-
 test-sham/set-prototype-of.js   |     3 +-
 test/array.js                   |    48 +-
 test/browser-onload.js          |    18 +-
 test/collections.js             |   253 +-
 test/json.js                    |    12 +-
 test/math.js                    |     7 +-
 test/number.js                  |    94 +-
 test/object.js                  |    10 +-
 test/promise.js                 |    30 +-
 test/promise/all.js             |    13 +-
 test/promise/reject.js          |    10 +
 test/promise/resolve.js         |    10 +
 test/promise/simple.js          |    10 +-
 test/promise/subclass.js        |     2 +-
 test/reflect.js                 |    59 +-
 test/regexp.js                  |   140 +-
 test/string.js                  |   277 +-
 40 files changed, 1735 insertions(+), 19139 deletions(-)
 create mode 100644 .eslintignore
 create mode 100644 .eslintrc
 delete mode 100644 node_modules/chai/chai.js
 delete mode 100644 node_modules/mocha/mocha.css
 delete mode 100644 node_modules/mocha/mocha.js

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



More information about the Pkg-javascript-commits mailing list