You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by am...@apache.org on 2018/06/18 21:15:09 UTC

[couchdb-fauxton] branch master updated: Use @webcomponents/url from npm (#1092)

This is an automated email from the ASF dual-hosted git repository.

amaranhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/master by this push:
     new dff5ef8  Use @webcomponents/url from npm (#1092)
dff5ef8 is described below

commit dff5ef8db33a0f60cd30d37d502305c2c1404769
Author: Antonio Maranhao <30...@users.noreply.github.com>
AuthorDate: Mon Jun 18 17:15:06 2018 -0400

    Use @webcomponents/url from npm (#1092)
---
 package-lock.json | 5 +++--
 package.json      | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 2eea1fb..c61afec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -150,8 +150,9 @@
       "dev": true
     },
     "@webcomponents/url": {
-      "version": "git+https://github.com/webcomponents/URL.git#dd6dd6baec8f0556124d181ea27675eba0dde667",
-      "from": "git+https://github.com/webcomponents/URL.git"
+      "version": "0.7.1",
+      "resolved": "https://registry.npmjs.org/@webcomponents/url/-/url-0.7.1.tgz",
+      "integrity": "sha512-9oFDpuZ+tAogjPYQPhNEX86Npzb73A4kv9DOPsSO9aWoWgoevoP6eKx+TKMwO8BJxtTpSM9nKenHQTJ56SP2Cw=="
     },
     "abbrev": {
       "version": "1.1.1",
diff --git a/package.json b/package.json
index 7ae0119..2baa7de 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
     "sinon": "^4.4.2"
   },
   "dependencies": {
-    "@webcomponents/url": "git+https://github.com/webcomponents/URL.git",
+    "@webcomponents/url": "~0.7.1",
     "async": "~0.2.6",
     "babel": "^6.3.26",
     "babel-cli": "^6.22.2",