update-gatsby-dependencies
Advanced tools
Comparing version 2.0.0-beta-2 to 2.0.0-beta-3
@@ -29,3 +29,3 @@ #!/usr/bin/env node | ||
argv.beta || argv.b | ||
? null | ||
? `` | ||
: "or add --beta to install beta dependencies" | ||
@@ -32,0 +32,0 @@ }` |
{ | ||
"name": "update-gatsby-dependencies", | ||
"version": "2.0.0-beta-2", | ||
"version": "2.0.0-beta-3", | ||
"description": "A package that will update gatsby v4 dependencies from alpha to beta", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,6 +22,6 @@ const { PACKAGE_FILE } = require("./constants"); | ||
(argv.beta ? `next` : `latest`) | ||
} `; | ||
}`; | ||
console.log( | ||
`updating based on ${version}tag this can be changed by using the --version flag e.g. --version alpha` | ||
`updating based on ${version} tag this can be changed by using the --version flag e.g. --version alpha` | ||
); | ||
@@ -28,0 +28,0 @@ const isfindingPackage = Boolean( |
9874