[Package] Finish initial PC aliases and make JS files for them

This commit is contained in:
Ducko 2021-04-04 13:29:13 +01:00 committed by Keanu
parent 7b2d2def8a
commit 39ca4f77ec
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
4 changed files with 3 additions and 3 deletions

View File

View File

View File

View File

@ -29,9 +29,9 @@
"@goosemod/toast": "./moduleWrappers/goosemod/toast.js",
"@goosemod/settings": "./moduleWrappers/goosemod/settings.js",
"powercord/entities": "",
"powercord/injector": "",
"powercord/webpack": ""
"powercord/entities": "./moduleWrappers/powercord/entities.js",
"powercord/injector": "./moduleWrappers/powercord/injector.js",
"powercord/webpack": "./moduleWrappers/powercord/webpack.js"
},
"type": "module"
}