[Pkg-javascript-commits] [node-buble] 01/01: patch test.js
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Sep 29 14:57:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch babel
in repository node-buble.
commit 0354f8e56045099b3c2a7a77097bb122b9bc08fd
Author: Pirate Praveen <praveen at debian.org>
Date: Fri Sep 29 20:27:22 2017 +0530
patch test.js
---
debian/patches/use-babel.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/patches/use-babel.patch b/debian/patches/use-babel.patch
index a4a3dc3..91ce9b0 100644
--- a/debian/patches/use-babel.patch
+++ b/debian/patches/use-babel.patch
@@ -32,3 +32,14 @@
+ }
+ }
+}
+--- a/test/test.js
++++ b/test/test.js
+@@ -6,7 +6,7 @@
+ var glob = require( 'glob' );
+ var SourceMapConsumer = require( 'source-map' ).SourceMapConsumer;
+ var getLocation = require( './utils/getLocation.js' );
+-var buble = require( '../dist/buble.umd.js' );
++var buble = require( '../lib/index.js' );
+
+ require( 'source-map-support' ).install();
+ require( 'console-group' ).install();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-buble.git
More information about the Pkg-javascript-commits
mailing list