From e4b855bb08a88d6d46018db192410ea5420e9f40 Mon Sep 17 00:00:00 2001
From: Gar
Date: Thu, 17 Feb 2022 13:03:04 -0800
Subject: [PATCH] fix: add repo entry to package.json
---
package.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package.json b/package.json
index 38d147f..0e650fb 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,10 @@
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force"
},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/fs.git"
+ },
"keywords": [
"npm",
"oss"