Skip to content

Commit

Permalink
Change capitalization of names (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian authored Sep 25, 2024
1 parent 2c440a2 commit d10390d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dropbox-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homePage": "https://github.com/gristlabs/grist-widget",
"version": "0.0.1",
"grist": {
"name": "Dropbox Embedder",
"name": "Dropbox embedder",
"url": "https://gristlabs.github.io/grist-widget/dropbox-embed/index.html",
"widgetId": "@gristlabs/dropbox-embed",
"published": true,
Expand Down
6 changes: 3 additions & 3 deletions inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"grist": [
{
"name": "Inspect Record",
"name": "Inspect record",
"url": "https://gristlabs.github.io/grist-widget/inspect/onRecord.html",
"widgetId": "@gristlabs/widget-inspect#onRecord",
"published": true,
Expand All @@ -21,7 +21,7 @@
"isGristLabsMaintained": true
},
{
"name": "Inspect Table",
"name": "Inspect table",
"url": "https://gristlabs.github.io/grist-widget/inspect/onRecords.html",
"widgetId": "@gristlabs/widget-inspect#onRecords",
"published": true,
Expand All @@ -37,7 +37,7 @@
"isGristLabsMaintained": true
},
{
"name": "Inspect Options",
"name": "Inspect options",
"url": "https://gristlabs.github.io/grist-widget/inspect/onOptions.html",
"widgetId": "@gristlabs/widget-inspect#onOptions",
"published": true,
Expand Down
2 changes: 1 addition & 1 deletion pivottable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homePage": "https://github.com/gristlabs/grist-widget",
"version": "0.0.1",
"grist": {
"name": "Pivot Table",
"name": "Pivot table",
"url": "https://gristlabs.github.io/grist-widget/pivottable/index.html",
"widgetId": "@gristlabs/widget-pivottable",
"published": true,
Expand Down
2 changes: 1 addition & 1 deletion qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"grist": [
{
"name": "QR Code",
"name": "QR code",
"url": "https://gristlabs.github.io/grist-widget/qrcode/index.html",
"widgetId": "@gristlabs/widget-qrcode",
"published": true,
Expand Down
2 changes: 1 addition & 1 deletion rendervideo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homePage": "https://github.com/gristlabs/grist-widget",
"version": "0.0.1",
"grist": {
"name": "Grist Video Player",
"name": "Grist video player",
"url": "https://gristlabs.github.io/grist-widget/rendervideo/index.html",
"widgetId": "@gristlabs/widget-rendervideo",
"published": true,
Expand Down

0 comments on commit d10390d

Please sign in to comment.