Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8cca4 commit 5994c62Copy full SHA for 5994c62
package.json
@@ -96,6 +96,7 @@
96
"ndarray-ops": "^1.2.2",
97
"polybooljs": "^1.2.0",
98
"regl": "^1.3.0",
99
+ "request": "^2.83.0",
100
"right-now": "^1.0.0",
101
"robust-orientation": "^1.1.3",
102
"sane-topojson": "^2.0.0",
tasks/util/constants.js
@@ -80,7 +80,7 @@ module.exports = {
80
testContainerImage: 'plotly/testbed:latest',
81
testContainerName: process.env.PLOTLYJS_TEST_CONTAINER_NAME || 'imagetest',
82
testContainerPort: '9010',
83
- testContainerUrl: 'http://localhost:9010/',
+ testContainerUrl: 'http://localhost:9091/',
84
testContainerHome: '/var/www/streambed/image_server/plotly.js',
85
86
uglifyOptions: {
0 commit comments