Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
casualGamer-dev committed Nov 17, 2022
1 parent 5d74a8b commit e1745eb
Show file tree
Hide file tree
Showing 6 changed files with 7,062 additions and 6,998 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuon",
"version": "stable-0.1",
"version": "0.0.8",
"sideEffects": false,
"description": "Extensible, fast and innovative web browser with material UI.",
"keywords": [
Expand Down Expand Up @@ -84,8 +84,8 @@
"node-fetch": "^2.6.1",
"prettier": "2.3.2",
"pretty-bytes": "5.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-refresh": "^0.10.0",
"react-windows-controls": "1.1.1",
"rimraf": "^3.0.2",
Expand All @@ -104,6 +104,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"preact": "^10.11.3",
"v8-compile-cache": "^2.3.0",
"vm-browserify": "^1.1.2"
}
Expand Down
1 change: 1 addition & 0 deletions src/main/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export class Application {
}

private async onReady() {

await app.whenReady();

new ExtensionServiceHandler();
Expand Down
Binary file added src/main/widevinecdm.dll
Binary file not shown.
Binary file added src/main/widevinecdm.dll.sig
Binary file not shown.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"experimentalDecorators": true,
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]
"~/*": ["./src/*"],
"react": ["./node_modules/preact/compat/"],
"react-dom": ["./node_modules/preact/compat/"]

}
},
"include": ["./src/**/*.ts", "./src/**/*.tsx"]
Expand Down
Loading

0 comments on commit e1745eb

Please sign in to comment.