chore: update importer packages package.json to point to new repo

This commit is contained in:
Tom French 2022-05-06 23:25:13 +01:00 committed by James Long
parent e9644270ba
commit 1c03867916
2 changed files with 8 additions and 6 deletions

View file

@ -5,15 +5,16 @@
"main": "index.js", "main": "index.js",
"repository": { "repository": {
"type": "git", "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", "author": "James Long",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/actualbudget/importer-ynab4/issues" "url": "https://github.com/actualbudget/actual/issues"
}, },
"bin": "./index.js", "bin": "./index.js",
"homepage": "https://github.com/actualbudget/importer-ynab4#readme", "homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab4#readme",
"dependencies": { "dependencies": {
"@actual-app/api": "^1.0.0", "@actual-app/api": "^1.0.0",
"adm-zip": "^0.5.9", "adm-zip": "^0.5.9",

View file

@ -5,15 +5,16 @@
"main": "index.js", "main": "index.js",
"repository": { "repository": {
"type": "git", "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", "author": "James Long",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/actualbudget/importer-nynab/issues" "url": "https://github.com/actualbudget/actual/issues"
}, },
"bin": "./index.js", "bin": "./index.js",
"homepage": "https://github.com/actualbudget/importer-nynab#readme", "homepage": "https://github.com/actualbudget/actual/tree/master/packages/import-ynab5#readme",
"dependencies": { "dependencies": {
"@actual-app/api": "^1.0.0", "@actual-app/api": "^1.0.0",
"date-fns": "2.0.0-alpha.27", "date-fns": "2.0.0-alpha.27",