Skip to content

Commit

Permalink
chore: upgrade electron-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Sep 28, 2019
1 parent 6ed1305 commit 9ba122e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"cross-env": "6.0.0",
"electron": "^6.0.10",
"electron-builder": "21.2.0",
"electron-extensions": "4.0.0",
"electron-extensions": "^4.0.1",
"electron-rebuild": "^1.8.6",
"electron-updater": "4.1.2",
"eslint": "^6.4.0",
Expand Down Expand Up @@ -93,7 +93,6 @@
"ts-loader": "^6.1.2",
"typescript": "3.6.3",
"typescript-plugin-styled-components": "^1.4.3",
"v8-compile-cache": "^2.1.0",
"webpack": "4.41.0",
"webpack-cli": "3.3.9",
"webpack-dev-server": "^3.8.1",
Expand Down
2 changes: 0 additions & 2 deletions src/main/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require('v8-compile-cache');

import { ipcMain, app } from 'electron';
import { resolve } from 'path';
import { homedir, platform } from 'os';
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/views/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require('v8-compile-cache');

import * as React from 'react';
import * as ReactDOM from 'react-dom';

Expand Down

0 comments on commit 9ba122e

Please sign in to comment.