1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00
This commit is contained in:
Adria Navarro 2024-02-22 00:50:00 +01:00
parent 8bbf318f4a
commit 9e0e9297f5
2 changed files with 15 additions and 0 deletions

View file

@ -41,5 +41,19 @@
"@types/pouchdb": "^6.4.0",
"ts-node": "10.8.1",
"typescript": "5.2.2"
},
"nx": {
"targets": {
"build": {
"dependsOn": [
{
"projects": [
"@budibase/string-templates"
],
"target": "build"
}
]
}
}
}
}

View file

@ -4,6 +4,7 @@
"description": "Handlebars wrapper for Budibase templating.",
"main": "dist/bundle.cjs",
"module": "dist/bundle.mjs",
"types": "src/index.ts",
"license": "MPL-2.0",
"exports": {
".": {