[Pkg-javascript-commits] [node-gettext-parser] branch master updated (185e1e7 -> f47350b)
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 master
in repository node-gettext-parser.
from 185e1e7 Releasing debian version 1.2.1-2.
new 904f234 New upstream version 1.2.2
new 93eb5b6 Merge tag 'upstream/1.2.2'
new f47350b Releasing debian version 1.2.2-1.
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:
.eslintrc.json | 10 +
.jshintrc | 18 --
.npmignore | 4 +
.travis.yml | 4 -
CHANGELOG.md | 77 ++++--
Gruntfile.js | 30 --
README.md | 7 +-
debian/changelog | 6 +
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 ++++---
21 files changed, 1010 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