Renamed app to Link Warden

This commit is contained in:
Daniel 2022-06-01 14:20:26 +04:30
parent bd63a50f06
commit 6f8b34dc8e
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Classify
# Link Warden
### A bookmark + archive manager for all your links and resources.
> Note: Still under development...

2
api/package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "web-extracts-api",
"name": "link-warden-api",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,

View File

@ -1,7 +1,7 @@
{
"name": "classify-api",
"name": "link-warden-api",
"version": "1.0.0",
"description": "Classify backend",
"description": "Link Warden backend",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "web-extracts",
"name": "link-warden",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "classify",
"name": "link-warden",
"version": "0.1.0",
"description": "A bookmark + archive manager for all your links and resources.",
"private": true,