Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,9 @@ | ||
<a name="2.3.1"></a> | ||
## [2.3.1](https://github.com/guillaumearm/bidon/compare/v2.3.0...v2.3.1) (2018-03-13) | ||
### Bug Fixes | ||
* **dist:** github assets fix ([7b7d5fa](https://github.com/guillaumearm/bidon/commit/7b7d5fa)) | ||
<a name="2.3.0"></a> | ||
@@ -2,0 +10,0 @@ # [2.3.0](https://github.com/guillaumearm/bidon/compare/v2.2.0...v2.3.0) (2018-03-13) |
{ | ||
"name": "bidon", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Fake repository for testing ci tools", | ||
"main": "lib/index.js", | ||
"module": "src/index.js", | ||
"jsnext:main": "src/index.js", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"bin": { | ||
@@ -63,3 +63,3 @@ "bidon": "cli.js" | ||
"name": "index.common.js", | ||
"path": "lib", | ||
"path": "lib/index.js", | ||
"label": "commonJS distribution" | ||
@@ -69,3 +69,3 @@ }, | ||
"name": "index.umd.js", | ||
"path": "dist", | ||
"path": "dist/index.js", | ||
"label": "UMD distribution" | ||
@@ -75,3 +75,3 @@ }, | ||
"name": "index.es.js", | ||
"path": "es", | ||
"path": "es/index.js", | ||
"label": "ES distribution" | ||
@@ -78,0 +78,0 @@ } |
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
10578