We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c740d commit c976f48Copy full SHA for c976f48
update-prompt/main.js
@@ -3,7 +3,7 @@ import semver from 'semver'
3
import inquirer from 'inquirer'
4
import fs from 'fs'
5
6
-const ALLOWED_VERSIONS = '^3.0.0-0'
+const ALLOWED_VERSIONS = '^3.0.0-0 || ^4.0.0-0 || ^4.0.0'
7
8
let currentVersion
9
try {
0 commit comments