Include the API bundle when publishing
This commit is contained in:
parent
94c195abb9
commit
8b1c5777ad
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,15 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "An API for Actual",
|
"description": "An API for Actual",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"files": [
|
||||||
|
"app",
|
||||||
|
"default-db.sqlite",
|
||||||
|
"index.js",
|
||||||
|
"injected.js",
|
||||||
|
"methods.js",
|
||||||
|
"migrations",
|
||||||
|
"utils.js"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"better-sqlite3": "^7.5.0",
|
"better-sqlite3": "^7.5.0",
|
||||||
"node-fetch": "^1.6.3",
|
"node-fetch": "^1.6.3",
|
||||||
|
|
Loading…
Reference in a new issue