[Pkg-javascript-commits] [acorn] 01/01: trim down .babelrc
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Oct 9 07:33:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch babel
in repository acorn.
commit 5a4baeb47d657768a68c22959ff81ac082c3cf83
Author: Pirate Praveen <praveen at debian.org>
Date: Mon Oct 9 13:02:38 2017 +0530
trim down .babelrc
---
debian/patches/use-babel.patch | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/debian/patches/use-babel.patch b/debian/patches/use-babel.patch
index a1acb5e..1c92dee 100644
--- a/debian/patches/use-babel.patch
+++ b/debian/patches/use-babel.patch
@@ -1,25 +1,12 @@
--- /dev/null
+++ b/.babelrc
-@@ -0,0 +1,20 @@
+@@ -0,0 +1,7 @@
+{
+ "presets": [
+ ["es2015", {
-+ "loose": true,
++ "loose": false,
+ }],
+ ],
-+ "env": {
-+ "watch": {
-+ "presets": [
-+ ["es2015", {
-+ "loose": true
-+ }],
-+ "stage-0"
-+ ]
-+ },
-+ "test": {
-+ "plugins": ["istanbul"]
-+ }
-+ }
+}
--- a/package.json
+++ b/package.json
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/acorn.git
More information about the Pkg-javascript-commits
mailing list