mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 (#839)
* chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 * fix lockfile
This commit is contained in:
committed by
GitHub
parent
e5f979f91a
commit
2cf8faa3e1
@@ -26,6 +26,7 @@ export function createConfig(options = {}) {
|
||||
additionalConfigs = [],
|
||||
} = options;
|
||||
|
||||
// eslint-disable-next-line security/detect-non-literal-fs-filename
|
||||
const pkg = JSON.parse(readFileSync(join(cwd(), "package.json"), "utf8"));
|
||||
|
||||
const pluginJsName = pkg.name
|
||||
|
||||
Reference in New Issue
Block a user