Comparing version 2.3.1 to 2.4.0
@@ -0,1 +1,9 @@ | ||
<a name="2.4.0"></a> | ||
# [2.4.0](https://github.com/guillaumearm/bidon/compare/v2.3.1...v2.4.0) (2018-03-13) | ||
### Features | ||
* **dummy:** use pipe oprator in empty.js ([5612001](https://github.com/guillaumearm/bidon/commit/5612001)) | ||
<a name="2.3.1"></a> | ||
@@ -2,0 +10,0 @@ ## [2.3.1](https://github.com/guillaumearm/bidon/compare/v2.3.0...v2.3.1) (2018-03-13) |
@@ -16,3 +16,7 @@ (function (global, factory) { | ||
void null; | ||
var _x, _x2, _x3; | ||
void (_x = 41, _x + 1); | ||
void (_x2 = 41, _x2 + 1); | ||
void (_x3 = 41, _x3 + 1); | ||
}); |
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(["path", "util", "fs"], factory); | ||
define(["path", "util", "fs", "./empty"], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(require("path"), require("util"), require("fs")); | ||
factory(require("path"), require("util"), require("fs"), require("./empty")); | ||
} else { | ||
@@ -10,6 +10,6 @@ var mod = { | ||
}; | ||
factory(global.path, global.util, global.fs); | ||
factory(global.path, global.util, global.fs, global.empty); | ||
global.index = mod.exports; | ||
} | ||
})(this, function (_path, _util, _fs) { | ||
})(this, function (_path, _util, _fs, _empty) { | ||
"use strict"; | ||
@@ -16,0 +16,0 @@ |
@@ -1,1 +0,5 @@ | ||
void null; | ||
var _x, _x2, _x3; | ||
void (_x = 41, _x + 1); | ||
void (_x2 = 41, _x2 + 1); | ||
void (_x3 = 41, _x3 + 1); |
@@ -9,2 +9,4 @@ "use strict"; | ||
require("./empty"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -11,0 +13,0 @@ |
{ | ||
"name": "bidon", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "Fake repository for testing ci tools", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,1 +0,4 @@ | ||
void null; | ||
void (41 |> x => x + 1); | ||
void (41 |> x => x + 1); | ||
void (41 |> x => x + 1); |
@@ -10,2 +10,4 @@ import { resolve } from 'path'; | ||
import './empty'; | ||
module.exports = async function main() { | ||
@@ -12,0 +14,0 @@ const packageJsonPath = resolve(__dirname, '..', 'package.json'); |
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
11142
81