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 b944ec9 commit b0088b1Copy full SHA for b0088b1
src/assets/geo_assets.js
@@ -11,7 +11,7 @@
11
var saneTopojson = require('sane-topojson');
12
13
14
-// export the version found in the package.json
15
-exports.version = require('../../package.json').version;
+// package version injected by `npm run preprocess`
+exports.version = '1.4.1';
16
17
exports.topojson = saneTopojson;
src/index.js
@@ -17,8 +17,8 @@
18
var Plotly = require('./plotly');
19
20
21
-exports.version = require('../package.json').version;
22
23
// plot api
24
exports.plot = Plotly.plot;
0 commit comments