no need cryptojs?

This commit is contained in:
fyears 2021-11-02 10:14:02 +08:00
parent ab8805f272
commit 0c00c1a2e3

View File

@ -1,6 +1,6 @@
{
"name": "obsidian-save-remote",
"version": "0.0.1",
"version": "0.0.4",
"description": "This is yet another sync plugin for Obsidian app.",
"scripts": {
"dev": "webpack --mode development --watch",
@ -13,7 +13,6 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/node": "^14.14.37",
"prettier": "^2.4.1",
"terser-webpack-plugin": "^5.2.4",
@ -37,7 +36,6 @@
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"domain-browser": "^4.22.0",
"events": "^3.3.0",
"hi-base32": "^0.5.1",