From a78b871841c1dc8f7fb2ea837630c32dd213bb04 Mon Sep 17 00:00:00 2001 From: Stas Ukolov Date: Wed, 21 Dec 2016 21:39:27 +0500 Subject: [PATCH] Rename repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0fcc1b6..929e8f7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "win-root-cas", + "name": "win-ca-ffi", "version": "0.1.0", "description": "Get Windows System Root certificates", "os": ["win32"], @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://ukoloff@github.com/ukoloff/win-root-cas.git" + "url": "git+https://ukoloff@github.com/ukoloff/win-ca.git" }, "keywords": [], "author": "", @@ -17,7 +17,7 @@ "bugs": { "url": "https://github.com/ukoloff/win-root-cas/issues" }, - "homepage": "https://github.com/ukoloff/win-root-cas#readme", + "homepage": "https://github.com/ukoloff/win-ca", "dependencies": { "ffi": "^2.2.0", "node-forge": "^0.6.45"