[Pkg-javascript-commits] [node-babel-plugin-transform-decorators-legacy] 01/01: Removed local install of regexpu-core as it's now in the Debian archive.

Daniel Ring techwolf-guest at moszumanska.debian.org
Tue Sep 26 09:02:36 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-babel-plugin-transform-decorators-legacy.

commit 8cd3ebdd1baab2655d1ce3f49dc9b0dd91ab25f2
Author: Daniel Ring <dring at wolfishly.me>
Date:   Sun Sep 24 22:34:50 2017 -0700

    Removed local install of regexpu-core as it's now in the Debian archive.
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c32e06b..ad4583a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,8 @@
 	dh $@
 
 override_dh_auto_build:
-	npm install regexpu-core
-	NODE_PATH="node_modules" babel src -d lib
-	dh_auto_build
+	babel src -d lib
 
 override_dh_auto_clean:
-	rm -rf lib node_modules
+	rm -rf lib
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-babel-plugin-transform-decorators-legacy.git



More information about the Pkg-javascript-commits mailing list