aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:51:49 +0530
committerPriyansh <[email protected]>2020-12-22 17:51:49 +0530
commit4ad27575298bf1e8b0c3fe97b1457d8bb20e836f (patch)
treebfc3cc7f3e4f049af751c0963d7b81b26264cc1c
parent22dc033f4938d6a19e086a1cbd36ec5cade5eaab (diff)
downloadstyx-4ad27575298bf1e8b0c3fe97b1457d8bb20e836f.tar.xz
styx-4ad27575298bf1e8b0c3fe97b1457d8bb20e836f.zip
Remove deps, bump version to 0.2.0
-rw-r--r--package.json13
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": {}
}