Unbreak build

This commit is contained in:
Fredrik Adelöw
2020-05-20 09:59:46 +02:00
parent 0174ac8109
commit ffe1a6215f
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
"name": "example-backend",
"version": "0.1.1-alpha.5",
"main": "dist",
"types": "src/index.ts",
"private": true,
"license": "Apache-2.0",
"engines": {
+2 -1
View File
@@ -6,9 +6,10 @@
"sourceMap": true,
"declaration": true,
"strict": true,
"target": "es5",
"target": "es2019",
"module": "commonjs",
"esModuleInterop": true,
"lib": ["es2019"],
"types": ["node", "jest"]
}
}
@@ -16,7 +16,7 @@
import Knex from 'knex';
import { v4 as uuidv4 } from 'uuid';
import { NotFoundError } from '../../../../packages/backend-common/src/errors';
import { NotFoundError } from '@backstage/backend-common';
import {
AddDatabaseComponent,
AddDatabaseLocation,