From 47e7a31a8df671eeb9921a73ac471be201bbc760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maggioni?= Date: Thu, 14 Jul 2016 16:18:18 +0200 Subject: [PATCH] Repo renaming --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5406c18..d833cee 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/nmaggioni/JSONdb.git" + "url": "git+https://github.com/nmaggioni/Simple-JSONdb.git" }, "keywords": [ "json", @@ -16,14 +16,16 @@ "database", "storage", "engine", - "simple" + "simple", + "node", + "nodejs" ], "author": "Niccolò Maggioni ", "license": "MIT", "bugs": { - "url": "https://github.com/nmaggioni/JSONdb/issues" + "url": "https://github.com/nmaggioni/Simple-JSONdb/issues" }, - "homepage": "https://github.com/nmaggioni/JSONdb#readme", + "homepage": "https://github.com/nmaggioni/Simple-JSONdb#readme", "devDependencies": { "babel-cli": "^6.10.1", "babel-preset-es2015": "^6.9.0",