mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-02-10 19:41:57 +02:00
delete unused libs.
This commit is contained in:
parent
832f311b4a
commit
672ad351d8
838
package-lock.json
generated
838
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,9 +19,7 @@
|
||||
"obsidian": "^0.12.0",
|
||||
"rollup": "^2.32.1",
|
||||
"tslib": "^2.2.0",
|
||||
"typescript": "^4.2.4",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"rollup-plugin-polyfill-node": "^0.7.0"
|
||||
"typescript": "^4.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"diff-match-patch": "^1.0.5"
|
||||
|
@ -1,7 +1,6 @@
|
||||
import typescript from "@rollup/plugin-typescript";
|
||||
import { nodeResolve } from "@rollup/plugin-node-resolve";
|
||||
import commonjs from "@rollup/plugin-commonjs";
|
||||
import nodePolyfills from "rollup-plugin-polyfill-node";
|
||||
|
||||
const isProd = process.env.BUILD === "production";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user