Skip to content

Commit

Permalink
Merge pull request #23 from ProjectMirador/update
Browse files Browse the repository at this point in the history
Updates needed for integration
  • Loading branch information
jkeck authored Jun 17, 2019
2 parents b05de9e + c0f53e8 commit d9fb47f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirador-dl-plugin",
"version": "0.3.0",
"version": "0.4.0",
"description": "mirador-dl-plugin React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/MiradorDownloadDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const styles = () => ({
export default {
target: 'Window',
mode: 'add',
name: 'MiradorDownloadDialog',
component: withStyles(styles)(MiradorDownloadDialog),
mapDispatchToProps,
mapStateToProps,
Expand Down
1 change: 1 addition & 0 deletions src/miradorDownloadPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ MiradorDownload.propTypes = {
export default {
target: 'WindowTopMenu',
mode: 'add',
name: 'MiradorDownloadPlugin',
component: MiradorDownload,
mapDispatchToProps,
reducers: {
Expand Down

0 comments on commit d9fb47f

Please sign in to comment.