From 71cd667d82c3a8277524e610dd7e552a1e284510 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Date: Sat, 20 Jan 2024 06:03:29 +0700 Subject: [PATCH] fix: ignored files & fix git url --- .npmignore | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 04e26d5..a0052da 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,8 @@ +.config +.github +.all-contributorsrc +.gitattributes +CODE_OF_CONDUCT.md node_modules .editorconfig .gitignore diff --git a/package.json b/package.json index 5c1a3ab..0796e35 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "homepage": "https://github.com/indonesiafurs/style-guide", "repository": { "type": "git", - "url": "https://github.com/indonesiafurs/style-guide.git" + "url": "git+https://github.com/indonesiafurs/style-guide.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" @@ -77,4 +77,4 @@ "npm": ">=6", "yarn": ">=1" } -} \ No newline at end of file +}