Skip to content

Commit

Permalink
Merge commit 'e1c006e49d85b4311d90406512ce9489c20ac80e' into update-s…
Browse files Browse the repository at this point in the history
…cripture
  • Loading branch information
irahopkinson committed Jul 18, 2024
2 parents 75dfed1 + e1c006e commit 00fa49b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions extensions/src/quick-verse/assets/displayData.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"icon": "",
"moreInfoUrl": "",
"supportUrl": "",
"localizedDisplayInfo": {
"en": {
"displayName": "Quick Verse Extension",
Expand Down
2 changes: 2 additions & 0 deletions extensions/src/quick-verse/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"author": "Paranext",
"license": "MIT",
"main": "src/main.ts",
"extensionDependencies": {},
"elevatedPrivileges": [],
"types": "src/types/quick-verse.d.ts",
"menus": "contributions/menus.json",
"settings": "contributions/settings.json",
Expand Down
2 changes: 1 addition & 1 deletion extensions/src/quick-verse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-dom": ">=18.2.0"
},
"dependencies": {
"@sillsdev/scripture": "^2.0.0",
"@sillsdev/scripture": "^2.0.1",
"platform-bible-utils": "file:../../../lib/platform-bible-utils"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00fa49b

Please sign in to comment.