Skip to content

Commit 7dfd07c

Browse files
committed
Moved Dependencies to DevDependencies
1 parent a779205 commit 7dfd07c

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

dist_ion/plotly-ion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32823,7 +32823,7 @@ exports.svgAttrs = {
3282332823
var Plotly = require('./plotly');
3282432824

3282532825
// package version injected by `npm run preprocess`
32826-
exports.version = '1.33.1-ion39';
32826+
exports.version = '1.33.1-ion40';
3282732827

3282832828
// inject promise polyfill
3282932829
require('es6-promise').polyfill();
@@ -54825,7 +54825,7 @@ module.exports = overrideAll({
5482554825
valType: 'color',
5482654826

5482754827
dflt: constants.waterColor,
54828-
description: 'Sets color of the rivers.'
54828+
5482954829
},
5483054830
riverwidth: {
5483154831
valType: 'number',

dist_ion/plotly-ion.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.33.1-ion39",
3+
"version": "1.33.1-ion40",
44
"description": "The open source javascript graphing library that powers plotly",
55
"license": "MIT",
66
"main": "./lib/index.js",
@@ -54,7 +54,7 @@
5454
"glslify"
5555
]
5656
},
57-
"dependencies": {
57+
"devDependencies": {
5858
"3d-view": "^2.0.0",
5959
"@plotly/d3-sankey": "^0.5.0",
6060
"alpha-shape": "^1.0.0",
@@ -110,9 +110,7 @@
110110
"tinycolor2": "^1.3.0",
111111
"topojson-client": "^2.1.0",
112112
"webgl-context": "^2.2.0",
113-
"world-calendars": "^1.0.3"
114-
},
115-
"devDependencies": {
113+
"world-calendars": "^1.0.3",
116114
"brfs": "^1.4.3",
117115
"browserify": "^14.1.0",
118116
"browserify-transform-tools": "^1.7.0",

src/assets/geo_assets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ var saneTopojson = require('sane-topojson');
1212

1313

1414
// package version injected by `npm run preprocess`
15-
exports.version = '1.33.1-ion39';exports.topojson = saneTopojson;
15+
exports.version = '1.33.1-ion40';exports.topojson = saneTopojson;

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
var Plotly = require('./plotly');
1616

1717
// package version injected by `npm run preprocess`
18-
exports.version = '1.33.1-ion39';
18+
exports.version = '1.33.1-ion40';
1919

2020
// inject promise polyfill
2121
require('es6-promise').polyfill();

0 commit comments

Comments
 (0)