mirror of
https://github.com/mossy1022/Smart-Connections-Visualizer.git
synced 2026-07-22 10:20:27 +00:00
Updated package + build script
This commit is contained in:
parent
02a0e8cd2c
commit
7141ed96f9
3 changed files with 991 additions and 14 deletions
|
|
@ -19,6 +19,7 @@ const package_json = JSON.parse(fs.readFileSync(path.join(process.cwd(), 'packag
|
|||
const manifest_json = JSON.parse(fs.readFileSync(path.join(process.cwd(), 'manifest.json')));
|
||||
manifest_json.version = package_json.version;
|
||||
fs.writeFileSync(path.join(process.cwd(), 'manifest.json'), JSON.stringify(manifest_json, null, 2));
|
||||
fs.writeFileSync(path.join(process.cwd(), './dist/manifest.json'), JSON.stringify(manifest_json, null, 2));
|
||||
|
||||
|
||||
const copy_to_plugins = {
|
||||
|
|
|
|||
1001
package-lock.json
generated
1001
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -25,10 +25,13 @@
|
|||
"@types/node": "^16.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
"@typescript-eslint/parser": "5.29.0",
|
||||
"archiver": "^7.0.1",
|
||||
"axios": "^1.7.9",
|
||||
"builtin-modules": "3.3.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"esbuild": "0.17.3",
|
||||
"obsidian": "latest",
|
||||
"readline": "^1.3.0",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue