Skip to content

Commit

Permalink
upgrade dependencies, placate eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Sep 16, 2023
1 parent e47b010 commit 4e96010
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 2,459 deletions.
2 changes: 1 addition & 1 deletion gdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ export class GDF {
}

get npx() {
return this.bun ? "bunx" : "npx"
return this.bun ? 'bunx' : 'npx'
}

// command to start the web server
Expand Down
Loading

0 comments on commit 4e96010

Please sign in to comment.