Skip to content
Snippets Groups Projects
Commit 01243801 authored by Tom French's avatar Tom French Committed by James Long
Browse files

chore: remove empty object entries in package.jsons

parent d4baa993
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
"workbox-webpack-plugin": "3.6.3", "workbox-webpack-plugin": "3.6.3",
"worker-loader": "^3.0.8" "worker-loader": "^3.0.8"
}, },
"dependencies": {},
"scripts": { "scripts": {
"start": "cross-env PORT=3001 node scripts/start.js", "start": "cross-env PORT=3001 node scripts/start.js",
"start:browser": "./bin/watch-browser", "start:browser": "./bin/watch-browser",
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
"description": "A tool for importing YNAB4 data into Actual", "description": "A tool for importing YNAB4 data into Actual",
"version": "1.0.6", "version": "1.0.6",
"main": "index.js", "main": "index.js",
"devDependencies": {},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/actualbudget/importer-ynab4.git" "url": "git+https://github.com/actualbudget/importer-ynab4.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment