reduced API package size

This commit is contained in:
Jan Prochazka
2020-11-17 08:34:15 +01:00
parent a3a4923397
commit 0486e9cc8c
2 changed files with 3 additions and 1 deletions

2
packages/api/.npmignore Normal file
View File

@@ -0,0 +1,2 @@
dist
.vscode

View File

@@ -1,7 +1,7 @@
{ {
"name": "dbgate-api", "name": "dbgate-api",
"main": "src/index.js", "main": "src/index.js",
"version": "1.0.2", "version": "1.0.3",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {