Yurik has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350785 )

Change subject: Switched to npm-stored graph-shared, fix mapsnapshot
......................................................................

Switched to npm-stored graph-shared, fix mapsnapshot

Bug: T164046
Change-Id: I6ab933d7fdb111d3905b87f14cf7f60db27204d2
---
M lib/vega2.js
M package.json
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/graphoid 
refs/changes/85/350785/1

diff --git a/lib/vega2.js b/lib/vega2.js
index b6a717c..7015fbf 100644
--- a/lib/vega2.js
+++ b/lib/vega2.js
@@ -5,7 +5,7 @@
     urllib = require('url'),
     BBPromise = require('bluebird'),
     vega = require('vega'),
-    VegaWrapper = require('graph-shared'),
+    VegaWrapper = require('mw-graph-shared'),
     vegaSpecParseAsync = BBPromise.promisify(vega.parse.spec, {context: 
vega.parse}),
     canvas2ToBuffer;
 
diff --git a/package.json b/package.json
index 5ac47de..882a825 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
     "graph",
     "MediaWiki"
   ],
-  "author": "Yuri Astrakhan <yurik at wikimedia org>",
+  "author": "Yuri Astrakhan <yuriastrak...@gmail.com>",
   "contributors": [
     "Dan Andreescu <dandree...@wikimedia.org>"
   ],
@@ -43,7 +43,7 @@
     ,
     "underscore": "^1.8.3",
     "vega-1x": "git+http://g...@github.com/nyurik/vega-1x";,
-    "graph-shared": "git+http://g...@github.com/nyurik/graph-shared";,
+    "mw-graph-shared": "^0.3.6",
     "vega": "git+http://g...@github.com/nyurik/vega";
   },
   "devDependencies": {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ab933d7fdb111d3905b87f14cf7f60db27204d2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/graphoid
Gerrit-Branch: master
Gerrit-Owner: Yurik <yuriastrak...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to