diff --git a/README.md b/README.md index 2b17be9..2ed98ea 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # V3 is here! Smart way of organizing your sandbox/root folder with dynamic search capabilities so no matter how big or how small your sandbox/root folder gets, you can easily find your projects. +
+ ## About This came to mind when I realized how often I would just forget the name or simply had to many folders on my sandbox environment, this is a local site where i just mess around for creating quick prototypes and ideas. diff --git a/package-lock.json b/package-lock.json old mode 100755 new mode 100644 index c49f1db..1588cfa --- a/package-lock.json +++ b/package-lock.json @@ -2864,12 +2864,6 @@ "dev": true, "optional": true }, - "ini": { - "version": "1.3.5", - "bundled": true, - "dev": true, - "optional": true - }, "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, @@ -4086,9 +4080,9 @@ "dev": true }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz", + "integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==", "dev": true }, "interpret": {