You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2016/04/14 18:06:06 UTC

[2/4] fauxton commit: updated refs/heads/master to b19065e

enable ES 2015

PR: #700
PR-URL: https://github.com/apache/couchdb-fauxton/pull/700
Reviewed-By: garren smith <ga...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a11d1a64
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/a11d1a64
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/a11d1a64

Branch: refs/heads/master
Commit: a11d1a6458f3ed9f85da0f3ff6b74f60fe818c9e
Parents: 8217fb8
Author: Robert Kowalski <ro...@apache.org>
Authored: Tue Apr 12 15:09:00 2016 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Thu Apr 14 18:05:51 2016 +0200

----------------------------------------------------------------------
 .babelrc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a11d1a64/.babelrc
----------------------------------------------------------------------
diff --git a/.babelrc b/.babelrc
index 2e9146f..e7bacab 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,5 +1,6 @@
 {
   "presets": [
-    "react"
+    "react",
+    "es2015"
   ]
 }