Обновить invoice/package.json

This commit is contained in:
nia
2024-05-30 07:22:03 +00:00
parent 7fb459a33e
commit a67f407326

View File

@@ -0,0 +1,14 @@
{
"name": "@gristlabs/widget-invoices",
"description": "A template for showing an invoice in a Custom Widget in Grist.",
"homePage": "https://github.com/gristlabs/grist-widget",
"version": "0.0.1",
"grist": {
"name": "Invoices",
"url": "https://gristlabs.github.io/grist-widget/invoices",
"widgetId": "@gristlabs/widget-invoices",
"published": true,
"accessLevel": "read table",
"renderAfterReady": true
}
}