Skip to content

Commit

Permalink
fix issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Feb 20, 2018
1 parent ad78ffa commit 30cea68
Show file tree
Hide file tree
Showing 5 changed files with 1,427 additions and 1,123 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

## v2

### v2.0.1
- Fix issue [#17](https://github.com/kristw/d3kit-timeline/issues/17) `TypeError: d3KitTimeline is not a constructor`.

### v2.0.0

#### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion dist/d3kit-timeline.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"gh-pages": "^1.0.0",
"lazynerd-devtools": "^0.0.2",
"lazynerd-devtools": "^1.0.1",
"pkgfiles": "^2.3.0"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions webpack.config.lib.js
Expand Up @@ -10,6 +10,7 @@ const commonConfig = {
filename: 'd3kit-timeline.min.js',
sourceMapFilename: '[file].map',
library: 'd3KitTimeline',
libraryExport: 'default',
libraryTarget: 'umd',
umdNamedDefine: false
},
Expand Down

0 comments on commit 30cea68

Please sign in to comment.