You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Version is an optional is semver constraint on the package version. If not specified, the latest version available of the package will be installed.
34
+
// Version is an optional semver constraint on the package version. If not specified, the latest version available of the package will be installed.
35
35
// If specified, the specific version of the package will be installed so long as it is available in any of the content sources available.
36
-
// Examples:
37
-
// - 1.2.3
38
-
// - 1.0.0-alpha
39
-
// - 1.0.0-rc.1
36
+
// Examples: 1.2.3, 1.0.0-alpha, 1.0.0-rc.1
40
37
//
41
38
// For more information on semver, please see https://semver.org/
0 commit comments