Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Aug 5, 2024
1 parent 8e98441 commit 554802f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/den/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lichtblick/den",
"description": "Incubation area for code that may be released under future @foxglove packages",
"description": "Incubation area for code that may be released under future @lichtblick packages",
"license": "MPL-2.0",
"private": true,
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions packages/suite-desktop/src/electronBuilderConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ function makeElectronBuilderConfig(params) {
backgroundColor: "#f7def6",
displayName: "Lichtblick",
identityName: "Lichtblick.Suite",
publisher:
"CN=Lichtblick, O=Lichtblick, L=San Francisco, S=California, C=US",
publisher: "CN=Lichtblick, O=Lichtblick, L=San Francisco, S=California, C=US",
publisherDisplayName: "Lichtblick",
languages: ["en-US"],
addAutoLaunchExtension: false,
Expand Down

0 comments on commit 554802f

Please sign in to comment.