[Pkg-javascript-commits] [node-babel-plugin-transform-decorators-legacy] 01/01: Changed babel command to babeljs.
Daniel Ring
techwolf-guest at moszumanska.debian.org
Sun Oct 8 19:44:30 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 39e22ca78c00bd7321fd5cbd3ef06645c985733c
Author: Daniel Ring <dring at wolfishly.me>
Date: Sun Oct 8 12:41:49 2017 -0700
Changed babel command to babeljs.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e329544..8124242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-babel-plugin-transform-decorators-legacy (1.3.4-2) unstable; urgency=medium
+
+ * Changed babel command to babeljs.
+
+ -- Daniel Ring <dring at wolfishly.me> Sun, 08 Oct 2017 12:40:42 -0700
+
node-babel-plugin-transform-decorators-legacy (1.3.4-1) unstable; urgency=low
* Initial release (Closes: #875987)
diff --git a/debian/rules b/debian/rules
index ad4583a..a5138e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
dh $@
override_dh_auto_build:
- babel src -d lib
+ babeljs src -d lib
override_dh_auto_clean:
rm -rf lib
--
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