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 b19a87f commit c076496Copy full SHA for c076496
package.json
@@ -32,6 +32,7 @@
32
"lint-fix": "eslint . --fix || true",
33
"docker": "node tasks/docker.js",
34
"pretest": "node tasks/pretest.js",
35
+ "mock-viewer": "plotly-mock-viewer",
36
"test-jasmine": "karma start test/jasmine/karma.conf.js",
37
"test-image": "node tasks/test_image.js",
38
"test-image-gl2d": "node tasks/test_image.js gl2d_* --queue",
@@ -127,6 +128,7 @@
127
128
"node-sass": "^4.5.0",
129
"npm-link-check": "^1.2.0",
130
"open": "0.0.5",
131
+ "plotly-mock-viewer": "^1.0.9",
132
"prepend-file": "^1.3.1",
133
"prettysize": "0.0.3",
134
"read-last-lines": "^1.1.0",
0 commit comments