Skip to content

Commit

Permalink
Fix manifest name (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
misscoded authored Jun 7, 2023
1 parent fa25406 commit e4bda9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import SampleObjectDatastore from "./datastores/sample_datastore.ts";
* https://api.slack.com/automation/manifest
*/
export default Manifest({
name: "alissa-starter-template",
name: "deno-starter-template",
description: "A template for building Slack apps with Deno",
icon: "assets/default_new_app_icon.png",
workflows: [SampleWorkflow],
Expand Down

0 comments on commit e4bda9f

Please sign in to comment.