Finalize exports for search-backend-node module

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2022-02-26 18:25:34 +01:00
parent c87be57d3a
commit a151cf2a88
3 changed files with 80 additions and 7 deletions
+4 -2
View File
@@ -23,10 +23,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/errors": "^0.2.2",
"@backstage/search-common": "^0.2.4",
"winston": "^3.2.1",
"@types/lunr": "^2.3.3",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"@types/lunr": "^2.3.3"
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-common": "^0.11.0",