update-gatsby-dependencies
Advanced tools
Comparing version 2.0.0-beta-1 to 2.0.0-beta-2
@@ -27,3 +27,7 @@ #!/usr/bin/env node | ||
console.log( | ||
`\n Pro Tip: add -i or --install to install the dependencies automatically` | ||
`\n Pro Tip: add -i or --install to install the dependencies automatically ${ | ||
argv.beta || argv.b | ||
? null | ||
: "or add --beta to install beta dependencies" | ||
}` | ||
); | ||
@@ -30,0 +34,0 @@ } |
{ | ||
"name": "update-gatsby-dependencies", | ||
"version": "2.0.0-beta-1", | ||
"version": "2.0.0-beta-2", | ||
"description": "A package that will update gatsby v4 dependencies from alpha to beta", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,5 @@ const { PACKAGE_FILE } = require("./constants"); | ||
console.log(`updating based on ${version}tag`); | ||
console.log( | ||
`updating based on ${version}tag this can be changed by using the --version flag e.g. --version alpha` | ||
); | ||
const isfindingPackage = Boolean( | ||
@@ -27,0 +29,0 @@ process.env.PACKAGE_NAME || process.env.PACKAGE_TYPE |
9876
228