[Pkg-javascript-commits] [node-url-parse] 09/11: update build deps, no need of babel
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 commit to branch master
in repository node-url-parse.
commit c853cdcdc4487ed05655e7300ecaf6ed2bbcfc40
Author: Pirate Praveen <praveen at debian.org>
Date: Tue Jan 2 22:38:28 2018 +0530
update build deps, no need of babel
---
debian/control | 2 ++
debian/rules | 3 ++-
debian/webpack.config.js | 3 +--
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 713854d..f46f9e2 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends:
, dh-buildinfo
, nodejs
, webpack
+ , node-requires-port (>= 0.0.1)
+ , node-querystringify (>= 0.0.3)
Standards-Version: 4.1.3
Homepage: https://github.com/unshiftio/url-parse#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-url-parse.git
diff --git a/debian/rules b/debian/rules
index 0c046cf..b4943c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,6 @@ override_dh_auto_build:
#override_dh_auto_test:
-
+override_dh_auto_clean:
+ rm -rf dist
diff --git a/debian/webpack.config.js b/debian/webpack.config.js
index fe43ff3..844e591 100644
--- a/debian/webpack.config.js
+++ b/debian/webpack.config.js
@@ -10,7 +10,6 @@ var config = {
},
output: {
libraryTarget: 'umd'
- },
- module: { rules: [ { use: [ 'babel-loader' ] } ] }
+ }
}
module.exports = config;
--
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