Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change capitalization of widget names #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading