[Pkg-javascript-commits] [node-findup-sync] 02/07: Merge tag 'upstream/0.4.3'

Sruthi Chandran srud-guest at moszumanska.debian.org
Wed Nov 9 09:18:45 UTC 2016


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

srud-guest pushed a commit to branch master
in repository node-findup-sync.

commit 2cf5f6d381c091b15a609443f1b15014445501d5
Merge: c7686ff 0c64414
Author: Sruthi <srud at disroot.org>
Date:   Wed Nov 9 14:03:44 2016 +0530

    Merge tag 'upstream/0.4.3'
    
    Upstream version 0.4.3

 .gitattributes                                     |   7 +
 .gitignore                                         |   6 +-
 .jshintrc                                          |  16 +-
 .travis.yml                                        |  16 +-
 Gruntfile.js                                       |   9 +-
 LICENSE-MIT                                        |   4 +-
 README.md                                          |  64 +++--
 index.js                                           |  85 ++++++
 lib/findup-sync.js                                 |  46 ----
 package.json                                       |  52 ++--
 test/findup-sync_test.js                           |  48 ----
 test/fixtures/Mochafile.txt                        |   1 +
 test/fixtures/a/Mochafile.txt                      |   1 +
 test/fixtures/a/a.txt                              |   1 +
 .npmignore => test/fixtures/a/b/.config/waldo      |   0
 test/fixtures/a/b/Mochafile.txt                    |   1 +
 test/fixtures/{a.txt => a/b/ONE.js}                |   0
 test/fixtures/a/b/{bar.txt => a.md}                |   0
 test/fixtures/a/b/b.txt                            |   1 +
 test/fixtures/a/b/c/Mochafile.txt                  |   1 +
 test/fixtures/a/{foo.txt => b/c/ONE.txt}           |   0
 test/fixtures/a/b/c/c.txt                          |   1 +
 test/fixtures/a/b/c/d/Mochafile.txt                |   1 +
 test/fixtures/a/b/c/d/d.txt                        |   1 +
 test/fixtures/a/b/c/d/e/Mochafile.txt              |   1 +
 test/fixtures/a/b/c/d/e/e.txt                      |   1 +
 test/fixtures/a/b/c/d/e/f/Mochafile.txt            |   1 +
 test/fixtures/a/b/c/d/e/f/f.txt                    |   1 +
 test/fixtures/a/b/c/d/e/f/file.txt                 |   1 +
 test/fixtures/a/b/c/d/e/f/g/Mochafile.txt          |   1 +
 test/fixtures/a/b/c/d/e/f/g/file.txt               |   1 +
 test/fixtures/a/b/c/d/e/f/g/g.txt                  |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/Mochafile.txt        |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/file.txt             |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/h.txt                |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/i/Mochafile.txt      |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/i/file.txt           |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/i/i.txt              |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/i/j/Mochafile.txt    |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/i/j/file.txt         |   1 +
 test/fixtures/a/b/c/d/e/f/g/h/i/j/j.txt            |   1 +
 .../{aaa.txt => a/b/c/d/e/f/g/h/i/j/package.json}  |   0
 .../fixtures/a/b/c/d/e/f/g/h/i/package.json        |   0
 test/fixtures/a/b/c/d/e/f/g/h/package.json         |   4 +
 test/fixtures/a/b/c/d/e/f/g/package.json           |   4 +
 test/fixtures/a/b/c/d/e/f/package.json             |   4 +
 test/fixtures/a/b/c/d/e/file.txt                   |   1 +
 test/fixtures/a/b/c/d/e/package.json               |   4 +
 test/fixtures/a/b/c/d/file.txt                     |   1 +
 .npmignore => test/fixtures/a/b/c/d/one.txt        |   0
 test/fixtures/a/b/c/d/package.json                 |   4 +
 test/fixtures/a/b/c/file.txt                       |   1 +
 test/fixtures/a/b/c/package.json                   |   4 +
 .npmignore => test/fixtures/a/b/c/two.txt          |   0
 test/fixtures/a/b/file.txt                         |   1 +
 .npmignore => test/fixtures/a/b/one.txt            |   0
 test/fixtures/a/b/package.json                     |   4 +
 test/fixtures/a/file.txt                           |   1 +
 .npmignore => test/fixtures/a/one.txt              |   0
 test/fixtures/a/package.json                       |   4 +
 test/fixtures/file.txt                             |   1 +
 test/fixtures/package.json                         |   4 +
 test/fixtures/root.txt                             |   1 +
 test/support/index.js                              |  51 ++++
 test/test.js                                       | 302 +++++++++++++++++++++
 65 files changed, 619 insertions(+), 156 deletions(-)

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



More information about the Pkg-javascript-commits mailing list