GWicke has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/92345


Change subject: Bug 56058: Use https to pull in es6-shim
......................................................................

Bug 56058: Use https to pull in es6-shim

Change-Id: If9e779003b1dad9f7615f6176669ff890c7d7d56
---
M js/package.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid 
refs/changes/45/92345/1

diff --git a/js/package.json b/js/package.json
index 73b2793..c65c50d 100644
--- a/js/package.json
+++ b/js/package.json
@@ -18,7 +18,7 @@
                "express": "2.5.x",
                "html5-entities": "~0.5.0",
                "html5": "0.3.15",
-               "es6-shim": "git://github.com/cscott/es6-shim.git#faster-1"
+               "es6-shim": "git+https://github.com/cscott/es6-shim#faster-1";
        },
        "devDependencies": {
                "colors": "0.x.x",

-- 
To view, visit https://gerrit.wikimedia.org/r/92345
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9e779003b1dad9f7615f6176669ff890c7d7d56
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: GWicke <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to