chore: update importer packages package.json
to point to new repo
This commit is contained in:
parent
e9644270ba
commit
1c03867916
2 changed files with 8 additions and 6 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue