Tim Kallage
Tim Kallage
Uses plotly.js-dist as the plotly dependency. In combination with #49 this enables the use of this package in vite (vue 2.7), fixing #47. The difference between this PR and #46...
The file `dist/vue-plotly.common.min.js` does not exist in the published npm package. This change sets the module path to the existing file `dist/vue-plotly.common.js`. In combination with #52 this enables the use...
Use npm instead of yarn in CircleCI pipeline, because `package-lock.json` is not respected by yarn. fixes #51
This package uses a package-lock.json file as its lockfile. The CI pipeline however uses yarn to install the dependencies which does not respect this lockfile. As a result, the CI...