[Pkg-javascript-commits] [node-url-parse] 11/11: use output-library option

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Jan 2 17:20:54 UTC 2018


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

praveen pushed a commit to branch master
in repository node-url-parse.

commit 648d5868f18d93dab9f9709daea3f607aad72b64
Author: Pirate Praveen <praveen at debian.org>
Date:   Tue Jan 2 22:45:45 2018 +0530

    use output-library option
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b4943c8..e969a15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 	dh $@
 
 override_dh_auto_build:
-	webpack --config debian/webpack.config.js index.js dist/url-parse.js
+	webpack --config debian/webpack.config.js --output-library=URLParse index.js dist/url-parse.js
 	uglifyjs dist/url-parse.js > dist/url-parse.min.js
 
 #override_dh_auto_test:

-- 
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