Comparing version 3.4.0 to 3.4.1
@@ -0,1 +1,9 @@ | ||
<a name="3.4.1"></a> | ||
## [3.4.1](https://github.com/guillaumearm/bidon/compare/v3.4.0...v3.4.1) (2018-03-17) | ||
### Bug Fixes | ||
* **jb:** remove jb ([25ee7da](https://github.com/guillaumearm/bidon/commit/25ee7da)) | ||
<a name="3.4.0"></a> | ||
@@ -2,0 +10,0 @@ # [3.4.0](https://github.com/guillaumearm/bidon/compare/v3.3.2...v3.4.0) (2018-03-17) |
#!/usr/bin/env node | ||
'use strict'; | ||
var version = "3.4.0"; | ||
var version = "3.4.1"; | ||
function main$1() { | ||
console.log('hello jb'); | ||
console.warn("v".concat(version)); | ||
@@ -9,0 +8,0 @@ } |
@@ -7,6 +7,5 @@ (function (global, factory) { | ||
var version = "3.4.0"; | ||
var version = "3.4.1"; | ||
function main$1() { | ||
console.log('hello jb'); | ||
console.warn("v".concat(version)); | ||
@@ -13,0 +12,0 @@ } |
@@ -1,5 +0,4 @@ | ||
var version = "3.4.0"; | ||
var version = "3.4.1"; | ||
function main$1() { | ||
console.log('hello jb'); | ||
console.warn("v".concat(version)); | ||
@@ -6,0 +5,0 @@ } |
'use strict'; | ||
var version = "3.4.0"; | ||
var version = "3.4.1"; | ||
function main$1() { | ||
console.log('hello jb'); | ||
console.warn("v".concat(version)); | ||
@@ -8,0 +7,0 @@ } |
{ | ||
"name": "bidon", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Fake repository for testing ci tools", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -14,3 +14,1 @@ bidon | ||
:chocolate_bar: :chocolate_bar: :chocolate_bar: | ||
Hello JB |
@@ -5,4 +5,3 @@ import { version } from '../package.json'; | ||
export default function main() { | ||
console.log('hello jb') | ||
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
14157
39
14