Merge pull request #11495 from Budibase/fix/update_backendcore_deps

Update backend-core package.json
This commit is contained in:
Adria Navarro 2023-08-10 12:35:35 +03:00 committed by GitHub
commit 53b8e42bfb
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
"name": "@budibase/backend-core",
"version": "0.0.0",
"description": "Budibase backend core libraries used in server and worker",
"main": "dist/src/index.js",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"exports": {
".": "./dist/src/index.js",
"./tests": "./dist/tests/index.js",
".": "./dist/index.js",
"./tests": "./dist/tests.js",
"./*": "./dist/*.js"
},
"author": "Budibase",