Skip to content

Commit c976f48

Browse files
authored
chore: allow updating to 4.0
1 parent e5c740d commit c976f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-prompt/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import semver from 'semver'
33
import inquirer from 'inquirer'
44
import fs from 'fs'
55

6-
const ALLOWED_VERSIONS = '^3.0.0-0'
6+
const ALLOWED_VERSIONS = '^3.0.0-0 || ^4.0.0-0 || ^4.0.0'
77

88
let currentVersion
99
try {

0 commit comments

Comments
 (0)