diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:51:49 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:51:49 +0530 |
| commit | 4ad27575298bf1e8b0c3fe97b1457d8bb20e836f (patch) | |
| tree | bfc3cc7f3e4f049af751c0963d7b81b26264cc1c | |
| parent | 22dc033f4938d6a19e086a1cbd36ec5cade5eaab (diff) | |
| download | styx-4ad27575298bf1e8b0c3fe97b1457d8bb20e836f.tar.xz styx-4ad27575298bf1e8b0c3fe97b1457d8bb20e836f.zip | |
Remove deps, bump version to 0.2.0
| -rw-r--r-- | package.json | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/package.json b/package.json index 092ad8a..692d3a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bexplorer", - "version": "0.1.0", - "description": "A Simple File Manager", + "version": "0.2.0", + "description": "File Manager", "main": "main.js", "scripts": { "start": "electron ." @@ -21,12 +21,5 @@ ], "author": "BackSlash Linux", "license": "MIT", - "dependencies": { - "bluebird": "^3.5.3", - "electron": "^9.0.0-beta.21", - "is-directory": "^0.3.1", - "jquery": "^3.3.1", - "node-cmd": "^3.0.0", - "path-type": "^4.0.0" - } + "dependencies": {} } |
