From 99becee28302cabb638eed3978b4ac6c3d9a5af6 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sun, 15 Aug 2021 14:15:21 +0200 Subject: [PATCH] package.json updated --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5f663e3..2971d6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nork", "version": "1.0.0", - "description": "", + "description": "The best node.js 'framework' :)", "main": "src/app.js", "bin": "src/app.js", "scripts": { @@ -26,10 +26,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/filiprojek/node-framework.git" + "url": "git+https://github.com/filiprojek/nork.git" }, "bugs": { - "url": "https://github.com/filiprojek/node-framework/issues" + "url": "https://github.com/filiprojek/nork/issues" }, - "homepage": "https://github.com/filiprojek/node-framework/blob/master/README.md" + "homepage": "https://github.com/filiprojek/nork/blob/master/README.md" }