Comparing version 2.5.0 to 2.5.1
@@ -0,1 +1,9 @@ | ||
<a name="2.5.1"></a> | ||
## [2.5.1](https://github.com/guillaumearm/bidon/compare/v2.5.0...v2.5.1) (2018-03-13) | ||
### Bug Fixes | ||
* **cli:** remove rollup-plugin-node-globals ([324ad25](https://github.com/guillaumearm/bidon/commit/324ad25)), closes [#32](https://github.com/guillaumearm/bidon/issues/32) | ||
<a name="2.5.0"></a> | ||
@@ -2,0 +10,0 @@ # [2.5.0](https://github.com/guillaumearm/bidon/compare/v2.4.0...v2.5.0) (2018-03-13) |
@@ -10,4 +10,2 @@ #!/usr/bin/env node | ||
var __dirname = '/home/circleci/project/src'; | ||
var readFile = util.promisify(fs.readFile); | ||
@@ -14,0 +12,0 @@ |
@@ -9,4 +9,2 @@ (function (global, factory) { | ||
var __dirname = '/home/circleci/project/src'; | ||
var readFile = util.promisify(fs.readFile); | ||
@@ -13,0 +11,0 @@ |
@@ -5,4 +5,2 @@ import { resolve } from 'path'; | ||
var __dirname = '/home/circleci/project/src'; | ||
var readFile = promisify(fs.readFile); | ||
@@ -9,0 +7,0 @@ |
@@ -9,4 +9,2 @@ 'use strict'; | ||
var __dirname = '/home/circleci/project/src'; | ||
var readFile = util.promisify(fs.readFile); | ||
@@ -13,0 +11,0 @@ |
{ | ||
"name": "bidon", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Fake repository for testing ci tools", | ||
@@ -127,3 +127,2 @@ "main": "lib/index.js", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.2.0", | ||
"rollup-plugin-node-resolve": "^3.2.0", | ||
@@ -130,0 +129,0 @@ "semantic-release": "^15.0.2" |
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
12675
25
83