Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,9 @@ | ||
<a name="2.0.2"></a> | ||
## [2.0.2](https://github.com/guillaumearm/bidon/compare/v2.0.1...v2.0.2) (2018-03-13) | ||
### Bug Fixes | ||
* bidon should not display package.json path ([03b5029](https://github.com/guillaumearm/bidon/commit/03b5029)), closes [#26](https://github.com/guillaumearm/bidon/issues/26) | ||
<a name="2.0.1"></a> | ||
@@ -2,0 +10,0 @@ ## [2.0.1](https://github.com/guillaumearm/bidon/compare/v2.0.0...v2.0.1) (2018-03-12) |
@@ -19,3 +19,2 @@ "use strict"; | ||
var packageJsonPath = (0, _path.resolve)(__dirname, '..', 'package.json'); | ||
console.log(packageJsonPath); | ||
@@ -22,0 +21,0 @@ var _ref = await readJsonFile(packageJsonPath), |
{ | ||
"name": "bidon", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Fake repository for testing ci tools", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -12,5 +12,4 @@ import { resolve } from 'path'; | ||
const packageJsonPath = resolve(__dirname, '..', 'package.json'); | ||
console.log(packageJsonPath); | ||
const { version } = await readJsonFile(packageJsonPath); | ||
console.warn(`v${version}`); | ||
}; |
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
7423
29