Skip to content

Commit

Permalink
Update package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian committed Aug 12, 2024
1 parent 34dc171 commit b04859b
Show file tree
Hide file tree
Showing 19 changed files with 42 additions and 26 deletions.
3 changes: 2 additions & 1 deletion actionbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Build one or more buttons that send customizable actions (e.g. \"AddRecord\") to the Grist data engine."
"description": "Build one or more buttons that send customizable actions (e.g. \"AddRecord\") to the Grist data engine.",
"isGristLabsMaintained": true
}
}
3 changes: 2 additions & 1 deletion calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Show records as events in a calendar view. Choose between daily, monthly, or yearly views."
"description": "Show records as events in a calendar view. Choose between daily, monthly, or yearly views.",
"isGristLabsMaintained": true
}
]
}
3 changes: 2 additions & 1 deletion chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Go beyond Grist charts, with support for additional chart types and layout/styling options. Powered by Plotly Studio."
"description": "Go beyond Grist charts, with support for additional chart types and layout/styling options. Powered by Plotly Studio.",
"isGristLabsMaintained": true
}
],
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Copy column values from records to your clipboard with a click of a button."
"description": "Copy column values from records to your clipboard with a click of a button.",
"isGristLabsMaintained": true
}
}
3 changes: 2 additions & 1 deletion dropbox-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "View and access files from your Dropbox account."
"description": "View and access files from your Dropbox account.",
"isGristLabsMaintained": true
}
}
3 changes: 2 additions & 1 deletion flashcards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Show records as flashcards, with a question on one side and an answer on the other."
"description": "Show records as flashcards, with a question on one side and an answer on the other.",
"isGristLabsMaintained": true
}
}
12 changes: 8 additions & 4 deletions inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"url": "https://www.getgrist.com/"
}
],
"description": "View the raw representation of the selected record as JSON."
"description": "View the raw representation of the selected record as JSON.",
"isGristLabsMaintained": true
},
{
"name": "Inspect table",
Expand All @@ -34,7 +35,8 @@
"url": "https://www.getgrist.com/"
}
],
"description": "View the raw representation of all the table's records as JSON."
"description": "View the raw representation of all the table's records as JSON.",
"isGristLabsMaintained": true
},
{
"name": "Inspect options",
Expand All @@ -49,7 +51,8 @@
"url": "https://www.getgrist.com/"
}
],
"description": "View the options sent to this custom widget, and send your own custom options, for testing."
"description": "View the options sent to this custom widget, and send your own custom options, for testing.",
"isGristLabsMaintained": true
},
{
"name": "Inspect Columns",
Expand All @@ -70,7 +73,8 @@
"url": "https://www.getgrist.com/"
}
],
"description": "An interactive introduction to the Grist Custom Widget API, with live code examples."
"description": "An interactive introduction to the Grist Custom Widget API, with live code examples.",
"isGristLabsMaintained": true
}
]
}
3 changes: 2 additions & 1 deletion invoices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Generate printable invoices, with values filled in from the selected record."
"description": "Generate printable invoices, with values filled in from the selected record.",
"isGristLabsMaintained": true
}
}
3 changes: 2 additions & 1 deletion jupyterlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Run custom Python code in JupyterLite, a version of JupyterLab running entirely in the browser."
"description": "Run custom Python code in JupyterLite, a version of JupyterLab running entirely in the browser.",
"isGristLabsMaintained": true
}
],
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Display locations on a map using either addresses or latitude and longitude coordinates."
"description": "Display locations on a map using either addresses or latitude and longitude coordinates.",
"isGristLabsMaintained": true
}
]
}
3 changes: 2 additions & 1 deletion markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"widgetId": "@gristlabs/widget-markdown",
"published": true,
"accessLevel": "full",
"renderAfterReady": true
"renderAfterReady": true,
"isGristLabsMaintained": true
}
}
3 changes: 2 additions & 1 deletion notepad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "View and format a record's text using a rich text editor."
"description": "View and format a record's text using a rich text editor.",
"isGristLabsMaintained": true
}
}
4 changes: 1 addition & 3 deletions pivottable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
"name": "jperon"
}
],
"description": "Build and modify a pivot table from a selected Grist table."
Expand Down
3 changes: 2 additions & 1 deletion printlabels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Customize and print labels directly from a selected Grist table."
"description": "Customize and print labels directly from a selected Grist table.",
"isGristLabsMaintained": true
}
}
3 changes: 2 additions & 1 deletion purchase-orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Create printable purchase orders based on data from a selected record."
"description": "Create printable purchase orders based on data from a selected record.",
"isGristLabsMaintained": true
}
}
4 changes: 1 addition & 3 deletions qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"renderAfterReady": true,
"authors": [
{
"name": "Grist Labs",
"email": "[email protected]",
"url": "https://www.getgrist.com/"
"name": "jperon"
}
],
"description": "Generate custom QR codes based on data from a selected record."
Expand Down
3 changes: 2 additions & 1 deletion renderhtml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "View data from a selected record as rendered HTML."
"description": "View data from a selected record as rendered HTML.",
"isGristLabsMaintained": true
}
}
3 changes: 2 additions & 1 deletion rendervideo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "Embed videos from YouTube, Vimeo, Facebook Video, Google Drive and more."
"description": "Embed videos from YouTube, Vimeo, Facebook Video, Google Drive and more.",
"isGristLabsMaintained": true
}
}
3 changes: 2 additions & 1 deletion viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "https://www.getgrist.com/"
}
],
"description": "View images loaded from a URL."
"description": "View images loaded from a URL.",
"isGristLabsMaintained": true
}
}

0 comments on commit b04859b

Please sign in to comment.