[Pkg-javascript-commits] [node-strip-json-comments] branch master updated (173310f -> c2fb0b3)
Julien Puydt
julien.puydt at laposte.net
Sat May 14 07:12:00 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-strip-json-comments.
from 173310f Prepare for upload to unstable
new 44ae1df Imported Upstream version 2.0.0
new 445cddb Merge tag 'upstream/2.0.0'
new d69de6a Move Vcs-Browser to cgit
new 116815b Remove everything related to the command-line tool
new 3f84bae Prepare for upload
new ca36a97 Prepare 2.0.1-1 for upload
new 9afc99d Imported Upstream version 2.0.1
new ffe130d Merge tag 'upstream/2.0.1'
new 4bf8ad9 The main file moved
new 29571c2 Disable tests since nodejs doesn't know about the import keyword
new c2fb0b3 No more standalone executable
The 11 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 | 3 +-
.gitignore | 1 -
.jshintrc | 20 --------
.travis.yml | 2 +-
bower.json | 29 -----------
cli.js | 41 ----------------
component.json | 26 ----------
debian/changelog | 9 ++++
debian/control | 8 +--
debian/install | 3 +-
debian/links | 1 -
debian/manpages | 1 -
debian/patches/series | 1 -
debian/patches/use_nodejs.patch | 11 -----
debian/rules | 6 +--
debian/strip-json-comments.1 | 26 ----------
index.js | 70 ++++++++++++++++++++++++++
package.json | 44 ++++++++---------
readme.md | 40 +++++----------
strip-json-comments.js | 73 ---------------------------
test.js | 106 +++++++++++++++++++++++-----------------
21 files changed, 179 insertions(+), 342 deletions(-)
delete mode 100644 .jshintrc
delete mode 100644 bower.json
delete mode 100644 cli.js
delete mode 100644 component.json
delete mode 100644 debian/links
delete mode 100644 debian/manpages
delete mode 100644 debian/patches/series
delete mode 100644 debian/patches/use_nodejs.patch
delete mode 100644 debian/strip-json-comments.1
create mode 100644 index.js
delete mode 100644 strip-json-comments.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-strip-json-comments.git
More information about the Pkg-javascript-commits
mailing list