Include the API bundle when publishing

This commit is contained in:
James Long 2022-12-08 15:55:05 -05:00
parent 94c195abb9
commit 8b1c5777ad

View file

@ -4,6 +4,15 @@
"license": "MIT",
"description": "An API for Actual",
"main": "index.js",
"files": [
"app",
"default-db.sqlite",
"index.js",
"injected.js",
"methods.js",
"migrations",
"utils.js"
],
"dependencies": {
"better-sqlite3": "^7.5.0",
"node-fetch": "^1.6.3",