Skip to content

Commit 548839d

Browse files
committed
plugin-launcher: Fix package metadata.
Add missing dependencies & other metadata to `package.json`.
1 parent 7ac5806 commit 548839d

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/launcher/package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,27 @@
99
"test": "tsc -b tsconfig.test.json && NODE_NO_WARNINGS=1 node --test --experimental-strip-types",
1010
"test:coverage": "c8 -r json npm test --"
1111
},
12+
"homepage": "https://spacingbat3.github.io/ReForged/",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/SpacingBat3/ReForged.git"
16+
},
1217
"types": "./types/main.d.ts",
13-
"keywords": [],
14-
"author": "",
18+
"keywords": [
19+
"electron",
20+
"electron-forge",
21+
"plugin",
22+
"reforged",
23+
"packaging",
24+
"shell",
25+
"script"
26+
],
27+
"author": "SpacingBat3 <git@spacingbat3.anonaddy.com> (https://github.com/SpacingBat3)",
1528
"license": "ISC",
1629
"publishConfig": {
1730
"access": "public"
31+
},
32+
"dependencies": {
33+
"@electron-forge/plugin-base": "^7.8.3"
1834
}
1935
}

0 commit comments

Comments
 (0)