Skip to content

Commit

Permalink
fix #55, Main entry change with new bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcode committed Mar 2, 2020
1 parent 7dea8cd commit ff27a11
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 193 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

NA

## [0.0.17] - 2018-12-04
## [0.0.18] - 2020-03-02

### Fixed

- Main entry change with new bundle [#55](https://github.com/alexcode/vue2vis/issues/55).

## [0.0.17] - 2020-02-25

### Fixed

Expand All @@ -35,9 +41,11 @@ NA

- Update packages in both lib and examples

[unreleased]: https://github.com/alexcode/vue2vis/compare/v0.0.17...HEAD
[0.0.15]: https://github.com/alexcode/vue2vis/compare/v0.0.16...v0.0.17
[0.0.15]: https://github.com/alexcode/vue2vis/compare/v0.0.15...v0.0.16
[unreleased]: https://github.com/alexcode/vue2vis/compare/v0.0.18...HEAD
[0.0.16]: https://github.com/alexcode/vue2vis/compare/v0.0.17...v0.0.18
[0.0.16]: https://github.com/alexcode/vue2vis/compare/v0.0.16...v0.0.17
[0.0.16]: https://github.com/alexcode/vue2vis/compare/v0.0.15...v0.0.16
[0.0.15]: https://github.com/alexcode/vue2vis/compare/v0.0.14...v0.0.15
[0.0.14]: https://github.com/alexcode/vue2vis/compare/v0.0.13...v0.0.14
[0.0.13]: https://github.com/alexcode/vue2vis/compare/v0.0.12...v0.0.13
[0.0.12]: https://github.com/alexcode/vue2vis/compare/v0.0.11...v0.0.12
Expand Down
17 changes: 6 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"name": "vue2vis",
"version": "0.0.17",
"version": "0.0.18",
"description": "Vue2 component that helps with Visjs interaction",
"jsnext": "dist/vue2vis.js",
"main": "dist/vue2vis.min.js",
"module": "dist/vue2vis.min.js",
"unpkg": "dist/vue2vis.min.js",
"directories": {
"test": "test"
},
"main": "dist/vue2vis.umd.js",
"module": "dist/vue2vis.commons.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue2vis src/main.js",
Expand All @@ -31,8 +26,8 @@
"visjs"
],
"dependencies": {
"vis": "^4.21.0",
"core-js": "^3.6.4"
"core-js": "^3.6.4",
"vis": "^4.21.0"
},
"peerDependencies": {
"vue": "^2.6.11"
Expand All @@ -51,6 +46,6 @@
"prettier": "^1.19.1",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vue2vis": "^0.0.16"
"vue2vis": "^0.0.17"
}
}
Loading

0 comments on commit ff27a11

Please sign in to comment.