Comparing version 2.0.2 to 2.1.0
@@ -0,1 +1,9 @@ | ||
<a name="2.1.0"></a> | ||
# [2.1.0](https://github.com/guillaumearm/bidon/compare/v2.0.2...v2.1.0) (2018-03-13) | ||
### Features | ||
* **dist:** add umd distribution ([4b3e2e9](https://github.com/guillaumearm/bidon/commit/4b3e2e9)) | ||
<a name="2.0.2"></a> | ||
@@ -2,0 +10,0 @@ ## [2.0.2](https://github.com/guillaumearm/bidon/compare/v2.0.1...v2.0.2) (2018-03-13) |
{ | ||
"name": "bidon", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Fake repository for testing ci tools", | ||
@@ -22,3 +22,5 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir lib", | ||
"build:cjs": "BABEL_ENV=cjs babel src --out-dir lib", | ||
"build:umd": "BABEL_ENV=umd babel src --out-dir dist", | ||
"build": "npm run build:cjs && npm run build:umd", | ||
"lint": "eslint .", | ||
@@ -62,3 +64,11 @@ "test": "npm run build && ./cli.js", | ||
"path": "lib", | ||
"label": "JS distribution" | ||
"label": "commonJS distribution" | ||
}, | ||
{ | ||
"path": "dist", | ||
"label": "UMD distribution" | ||
}, | ||
{ | ||
"path": "es", | ||
"label": "ES distribution" | ||
} | ||
@@ -110,3 +120,3 @@ ] | ||
"engines": { | ||
"node": ">=6.0.0" | ||
"node": ">=8.0.0" | ||
}, | ||
@@ -113,0 +123,0 @@ "config": { |
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
8978
8
55
3