[Pkg-javascript-commits] [node-gettext-parser] branch upstream updated (07a3311 -> 904f234)
Mathias Behrle
mbehrle at moszumanska.debian.org
Tue Jan 24 15:29:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
mbehrle pushed a change to branch upstream
in repository node-gettext-parser.
from 07a3311 New upstream version 1.2.1
new 904f234 New upstream version 1.2.2
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:
.eslintrc.json | 10 +
.jshintrc | 18 --
.npmignore | 4 +
.travis.yml | 4 -
CHANGELOG.md | 77 ++++--
Gruntfile.js | 30 --
README.md | 7 +-
index.js | 20 +-
lib/mocompiler.js | 273 +++++++++----------
lib/moparser.js | 206 +++++++-------
lib/pocompiler.js | 286 +++++++++-----------
lib/poparser.js | 692 ++++++++++++++++++++++++-----------------------
lib/shared.js | 122 +++++----
package.json | 15 +-
test/.eslintrc.json | 5 +
test/folder-test.js | 62 ++---
test/mo-compiler-test.js | 34 +--
test/mo-parser-test.js | 34 +--
test/po-compiler-test.js | 46 ++--
test/po-parser-test.js | 94 ++++---
20 files changed, 1004 insertions(+), 1035 deletions(-)
create mode 100644 .eslintrc.json
delete mode 100644 .jshintrc
create mode 100644 .npmignore
delete mode 100644 Gruntfile.js
create mode 100644 test/.eslintrc.json
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-gettext-parser.git
More information about the Pkg-javascript-commits
mailing list