diff --git a/package.json b/package.json index c6fabdb..cb63000 100644 --- a/package.json +++ b/package.json @@ -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",