Comparing version 3.3.2 to 3.4.0
@@ -0,1 +1,9 @@ | ||
<a name="3.4.0"></a> | ||
# [3.4.0](https://github.com/guillaumearm/bidon/compare/v3.3.2...v3.4.0) (2018-03-17) | ||
### Features | ||
* **jb:** add hello jb ([#51](https://github.com/guillaumearm/bidon/issues/51)) ([32f028f](https://github.com/guillaumearm/bidon/commit/32f028f)), closes [#50](https://github.com/guillaumearm/bidon/issues/50) | ||
<a name="3.3.2"></a> | ||
@@ -2,0 +10,0 @@ ## [3.3.2](https://github.com/guillaumearm/bidon/compare/v3.3.1...v3.3.2) (2018-03-16) |
#!/usr/bin/env node | ||
'use strict'; | ||
var version = "3.3.2"; | ||
var version = "3.4.0"; | ||
function main$1() { | ||
console.log('hello jb'); | ||
console.warn("v".concat(version)); | ||
@@ -8,0 +9,0 @@ } |
@@ -7,5 +7,6 @@ (function (global, factory) { | ||
var version = "3.3.2"; | ||
var version = "3.4.0"; | ||
function main$1() { | ||
console.log('hello jb'); | ||
console.warn("v".concat(version)); | ||
@@ -12,0 +13,0 @@ } |
@@ -1,4 +0,5 @@ | ||
var version = "3.3.2"; | ||
var version = "3.4.0"; | ||
function main$1() { | ||
console.log('hello jb'); | ||
console.warn("v".concat(version)); | ||
@@ -5,0 +6,0 @@ } |
'use strict'; | ||
var version = "3.3.2"; | ||
var version = "3.4.0"; | ||
function main$1() { | ||
console.log('hello jb'); | ||
console.warn("v".concat(version)); | ||
@@ -7,0 +8,0 @@ } |
{ | ||
"name": "bidon", | ||
"version": "3.3.2", | ||
"version": "3.4.0", | ||
"description": "Fake repository for testing ci tools", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -15,1 +15,2 @@ bidon | ||
Hello JB |
@@ -5,3 +5,4 @@ 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
14089
44
16