Skip to content

Commit dda5670

Browse files
committed
Update dependencies and use global DFL
1 parent f573dbd commit dda5670

File tree

5 files changed

+737
-622
lines changed

5 files changed

+737
-622
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ControllerTools",
33
"version": "1.1.2",
44
"description": "The missing game controller menu. Displays the current battery % and charging status",
5+
"type": "module",
56
"scripts": {
67
"build": "shx rm -rf dist && rollup -c",
78
"watch": "rollup -c -w",
@@ -24,7 +25,7 @@
2425
],
2526
"author": {
2627
"name": "Jose Fernandez",
27-
"email": "[email protected]",
28+
"email": "[email protected]",
2829
"url": "https://github.com/jfernandez"
2930
},
3031
"contributors": [
@@ -36,9 +37,9 @@
3637
],
3738
"license": "GPLv3",
3839
"bugs": {
39-
"url": "https://github.com/alphamercury/ControllerTools/issues"
40+
"url": "https://github.com/jfernandez/ControllerTools/issues"
4041
},
41-
"homepage": "https://github.com/alphamercury/ControllerTools#readme",
42+
"homepage": "https://github.com/jfernandez/ControllerTools#readme",
4243
"devDependencies": {
4344
"@rollup/plugin-commonjs": "^21.1.0",
4445
"@rollup/plugin-json": "^4.1.0",
@@ -47,15 +48,14 @@
4748
"@rollup/plugin-typescript": "^8.3.3",
4849
"@types/react": "16.14.0",
4950
"@types/webpack": "^5.28.0",
50-
"chrome-remote-interface": "^0.31.3",
5151
"rollup": "^2.77.1",
5252
"rollup-plugin-import-assets": "^1.1.1",
5353
"shx": "^0.3.4",
5454
"tslib": "^2.4.0",
5555
"typescript": "^4.7.4"
5656
},
5757
"dependencies": {
58-
"decky-frontend-lib": "^3.19.2",
58+
"decky-frontend-lib": "^3.25.0",
5959
"react-icons": "^4.4.0"
6060
},
6161
"pnpm": {

0 commit comments

Comments
 (0)