Skip to content

Commit

Permalink
update dependencies in app/
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Oct 19, 2023
1 parent 7ed5a39 commit cbfff4f
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 422 deletions.
10 changes: 0 additions & 10 deletions app/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ const config: ForgeConfig = {
},
rebuildConfig: {},
makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin'])],
publishers: [
new PublisherGithub({
repository: {
name: 'ollama',
owner: 'jmorganca',
},
draft: false,
prerelease: true,
}),
],
hooks: {
readPackageJson: async (_, packageJson) => {
return { ...packageJson, version: process.env.VERSION || packageJson.version }
Expand Down
Loading

0 comments on commit cbfff4f

Please sign in to comment.