Skip to content

Commit

Permalink
Replaces userland remote with a fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Treverix committed Aug 24, 2020
1 parent c62ae19 commit 8e5606c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treverix/custom-electron-titlebar",
"version": "4.1.0",
"version": "4.1.1",
"description": "Custom Electron Titlebar is a library for electron 10+ that allows you to configure a fully customizable title bar.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"lib": "lib"
},
"dependencies": {
"@electron/remote": "^1.0.0"
"@treverix/remote": "0.1.0-development"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
Expand Down

0 comments on commit 8e5606c

Please sign in to comment.