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/10/05 12:54:18 UTC

fauxton commit: updated refs/heads/master to a16edae

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master b404b07c8 -> a16edae68


pin velocity react to 1.1.6

Array.prototype.includes breaks our phantom tests


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

Branch: refs/heads/master
Commit: a16edae686adb630fa294989de1bdb25330229fd
Parents: b404b07
Author: Robert Kowalski <ro...@apache.org>
Authored: Wed Oct 5 14:48:06 2016 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Oct 5 14:48:12 2016 +0200

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a16edae6/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0e38b94..8ac5093 100644
--- a/package.json
+++ b/package.json
@@ -90,7 +90,7 @@
     "url-loader": "^0.5.7",
     "urls": "~0.0.3",
     "velocity-animate": "^1.2.3",
-    "velocity-react": "^1.1.4",
+    "velocity-react": "1.1.6",
     "visualizeRevTree": "git+https://github.com/neojski/visualizeRevTree.git#gh-pages",
     "webpack": "^1.12.12",
     "webpack-dev-server": "^1.14.1",