Skip to content

Commit

Permalink
import version from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
justintaylor-dev committed Oct 9, 2024
1 parent ded4eda commit 415e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { version } from "./package.json";
export const manifest: PluginManifest = {
testId: "bolt-express", // BOLT_ID_REPLACE
name: "Bolt Express", // BOLT_DISPLAYNAME_REPLACE
version: "1.0.0",
version,
manifestVersion: 2,
requirements: {
apps: [
Expand Down

0 comments on commit 415e668

Please sign in to comment.