diff --git a/packages/import-ynab4/package.json b/packages/import-ynab4/package.json index f1666bf..138abc3 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 a70375c..a15fe5f 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",