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 b0cca52 commit 970088aCopy full SHA for 970088a
src/assets/geo_assets.js
@@ -9,4 +9,7 @@
9
10
var saneTopojson = require('sane-topojson');
11
12
+// export the version found in the package.json
13
+exports.version = require('../../package.json').version;
14
+
15
exports.topojson = saneTopojson;
src/index.js
@@ -16,6 +16,9 @@
16
17
var Plotly = require('./plotly');
18
19
20
+exports.version = require('../package.json').version;
21
22
// plot api
23
exports.plot = Plotly.plot;
24
exports.newPlot = Plotly.newPlot;
0 commit comments