Skip to content

Commit

Permalink
fix: travis build error due to incorrect @pomatez/shareables version
Browse files Browse the repository at this point in the history
  • Loading branch information
roldanjr committed Sep 16, 2020
1 parent 2f5a544 commit c79279b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
},
"dependencies": {
"@pomatez/shareables": "^1.1.0",
"@pomatez/shareables": "^1.0.0",
"electron-log": "^4.2.4",
"electron-store": "^6.0.0",
"electron-updater": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
},
"dependencies": {
"@pomatez/shareables": "^1.1.0",
"@pomatez/shareables": "^1.0.0",
"@types/autosize": "^3.0.7",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
Expand Down

0 comments on commit c79279b

Please sign in to comment.