[Pkg-javascript-commits] [node-url-parse] branch master updated (16915af -> 648d586)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Jan 2 17:20:53 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository node-url-parse.
from 16915af install more files into package
new 4fd547d New upstream version 1.2.0
new 7d3bdf8 Update upstream source from tag 'upstream/1.2.0'
new a70e71a bump standards, update section, priority
new 6c5772f update changelog
new 5600133 fix watch file to use github tarballs
new 40ce5e3 New upstream version 1.2.0
new 0ab83aa Update upstream source from tag 'upstream/1.2.0'
new 7231e3e build using webpack
new c853cdc update build deps, no need of babel
new e33c3a0 update changelog
new 648d586 use output-library option
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:
.gitignore | 6 +
.npmignore | 6 -
.travis.yml | 27 ++--
.zuul.yml | 21 ---
README.md | 75 ++++++---
debian/changelog | 10 ++
debian/control | 9 +-
debian/install | 4 +-
debian/rules | 7 +-
debian/watch | 8 +-
debian/webpack.config.js | 15 ++
index.js | 306 ++++++++++++++++++++++++++++-------
lolcation.js | 45 ------
package.json | 36 +++--
test/browser.js | 39 +++++
fuzzy.js => test/fuzzy.js | 33 ++--
test/index.html | 32 ++++
test.js => test/test.js | 405 ++++++++++++++++++++++++++++++++++++++++++++--
18 files changed, 853 insertions(+), 231 deletions(-)
create mode 100644 .gitignore
delete mode 100644 .npmignore
delete mode 100644 .zuul.yml
create mode 100644 debian/webpack.config.js
delete mode 100644 lolcation.js
create mode 100644 test/browser.js
rename fuzzy.js => test/fuzzy.js (79%)
create mode 100644 test/index.html
rename test.js => test/test.js (50%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-url-parse.git
More information about the Pkg-javascript-commits
mailing list