Skip to content

Commit

Permalink
Remove '-alpha.7' from v4 node projects (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba authored Sep 26, 2023
1 parent 30047c6 commit b2aff06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { IProjectWizardContext } from '../IProjectWizardContext';
import { ScriptProjectCreateStep } from './ScriptProjectCreateStep';

export const azureFunctionsDependency: string = '@azure/functions';
export const azureFunctionsDependencyVersion: string = '^4.0.0-alpha.7';
export const azureFunctionsDependencyVersion: string = '^4.0.0';

export class JavaScriptProjectCreateStep extends ScriptProjectCreateStep {
protected gitignore: string = nodeGitignore;
Expand Down

0 comments on commit b2aff06

Please sign in to comment.