Comparing version 0.0.8 to 0.0.9
@@ -9,3 +9,3 @@ "use strict"; | ||
function getCliVersion() { | ||
const packageJsonPath = path_1.default.resolve(__dirname, "../../package.json"); | ||
const packageJsonPath = path_1.default.resolve(__dirname, "../../../package.json"); | ||
const packageJson = fs_extra_1.default.readJsonSync(packageJsonPath); | ||
@@ -12,0 +12,0 @@ return packageJson.version; |
{ | ||
"name": "exos-cli", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "CLI tool for React projects", | ||
@@ -57,3 +57,3 @@ "main": "./dist/src/exos-cli.js", | ||
}, | ||
"gitHead": "65f30a785c7dec03a51536016eb29f3a6c1a21d7" | ||
"gitHead": "1cb31e13a8baad017b948205b5b506015fd09112" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29208