[Pkg-javascript-commits] [node-autolinker] 01/01: Fixed UMD module name

Daniel Ring techwolf-guest at moszumanska.debian.org
Sun Dec 17 09:12:04 UTC 2017


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

techwolf-guest pushed a commit to branch master
in repository node-autolinker.

commit 9e3b06eeca23e78b01764d678305c6d153adcdd8
Author: Daniel Ring <dring at wolfishly.me>
Date:   Sun Dec 17 00:45:14 2017 -0800

    Fixed UMD module name
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3bf518d..9b3e09f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_auto_build:
 	echo "$$BANNER" > dist/Autolinker.js
 	cat src/*.js src/*/*.js \
 	| sed 's/\/\* @echo VERSION \*\//$$VERSION/g' - \
-	| umd autolinker \
+	| umd Autolinker \
 	>> dist/Autolinker.js
 
 	sed '/\/\/ @if DEBUG/,/\/\/ @endif/d' dist/Autolinker.js \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-autolinker.git



More information about the Pkg-javascript-commits mailing list