chore: remove empty object entries in package.jsons

This commit is contained in:
Tom French 2022-05-07 18:30:22 +01:00 committed by James Long
parent d4baa9932c
commit 0124380183
2 changed files with 0 additions and 2 deletions

View file

@ -83,7 +83,6 @@
"workbox-webpack-plugin": "3.6.3",
"worker-loader": "^3.0.8"
},
"dependencies": {},
"scripts": {
"start": "cross-env PORT=3001 node scripts/start.js",
"start:browser": "./bin/watch-browser",

View file

@ -3,7 +3,6 @@
"description": "A tool for importing YNAB4 data into Actual",
"version": "1.0.6",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/actualbudget/importer-ynab4.git"