From 2532c6304d25eb01053e4709d60b9e22bfe6e4ce Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 1 Jun 2022 14:13:14 +0430 Subject: [PATCH] Renamed app to Classify --- README.md | 9 +++------ api/package-lock.json | 7 +++---- api/package.json | 4 ++-- package-lock.json | 4 ++-- package.json | 3 ++- 5 files changed, 12 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 83375e1..3fb5657 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Web Extracts -### A simple bookmark + archive manager for all your links and resources. +# Classify +### A bookmark + archive manager for all your links and resources. > Note: Still under development... @@ -11,7 +11,4 @@ 3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install` for the dependancies. -4. Run `(cd api && npm run dev) & npm start` to start the application. - -## Motivation -One of the main reason I built this was so that I would start storing every information/resource I find in one place (Without any thirdparty services.) +4. Run `(cd api && npm run dev) & npm start` to start the application. \ No newline at end of file diff --git a/api/package-lock.json b/api/package-lock.json index a352f2b..fc5feb3 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,11 +1,11 @@ { - "name": "webmarker_backend", + "name": "web-extracts-api", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "webmarker_backend", + "name": "web-extracts-api", "version": "1.0.0", "license": "MIT", "dependencies": { @@ -4623,8 +4623,7 @@ "ws": { "version": "8.6.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz", - "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==", - "requires": {} + "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==" }, "xdg-basedir": { "version": "4.0.0", diff --git a/api/package.json b/api/package.json index e626ecd..99d82af 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { - "name": "web-extracts-api", + "name": "classify-api", "version": "1.0.0", - "description": "The backend", + "description": "Classify backend", "main": "server.js", "scripts": { "dev": "nodemon server.js" diff --git a/package-lock.json b/package-lock.json index e69895c..48fc12c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "webmarker", + "name": "web-extracts", "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "webmarker", + "name": "web-extracts", "version": "0.1.0", "dependencies": { "@testing-library/jest-dom": "^5.16.4", diff --git a/package.json b/package.json index 558bce9..f9009d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { - "name": "web-extracts", + "name": "classify", "version": "0.1.0", + "description": "A bookmark + archive manager for all your links and resources.", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.16.4",