From 1c038679169ccb796a6aa5caffb8f5b7bcd00e79 Mon Sep 17 00:00:00 2001
From: Tom French <tom@tomfren.ch>
Date: Fri, 6 May 2022 23:25:13 +0100
Subject: [PATCH] chore: update importer packages `package.json` to point to
 new repo

---
 packages/import-ynab4/package.json | 7 ++++---
 packages/import-ynab5/package.json | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/packages/import-ynab4/package.json b/packages/import-ynab4/package.json
index f1666bfc7..138abc3c6 100644
--- a/packages/import-ynab4/package.json
+++ b/packages/import-ynab4/package.json
@@ -5,15 +5,16 @@
   "main": "index.js",
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/actualbudget/importer-ynab4.git"
+    "url": "git+https://github.com/actualbudget/actual.git",
+    "directory": "packages/import-ynab4"
   },
   "author": "James Long",
   "license": "ISC",
   "bugs": {
-    "url": "https://github.com/actualbudget/importer-ynab4/issues"
+    "url": "https://github.com/actualbudget/actual/issues"
   },
   "bin": "./index.js",
-  "homepage": "https://github.com/actualbudget/importer-ynab4#readme",
+  "homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab4#readme",
   "dependencies": {
     "@actual-app/api": "^1.0.0",
     "adm-zip": "^0.5.9",
diff --git a/packages/import-ynab5/package.json b/packages/import-ynab5/package.json
index a70375c6d..a15fe5fe9 100644
--- a/packages/import-ynab5/package.json
+++ b/packages/import-ynab5/package.json
@@ -5,15 +5,16 @@
   "main": "index.js",
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/actualbudget/importer-nynab.git"
+    "url": "git+https://github.com/actualbudget/actual.git",
+    "directory": "packages/import-ynab5"
   },
   "author": "James Long",
   "license": "ISC",
   "bugs": {
-    "url": "https://github.com/actualbudget/importer-nynab/issues"
+    "url": "https://github.com/actualbudget/actual/issues"
   },
   "bin": "./index.js",
-  "homepage": "https://github.com/actualbudget/importer-nynab#readme",
+  "homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab5#readme",
   "dependencies": {
     "@actual-app/api": "^1.0.0",
     "date-fns": "2.0.0-alpha.27",
-- 
GitLab