From ee6e7c2a56833b930befb8cbc81094e20866c17d Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Mon, 11 May 2020 22:16:10 +1000 Subject: [PATCH] v3.2.0 - boundation, changelog, version bump --- .gitignore | 5 +- .npmignore | 6 +- .travis.yml | 6 +- HISTORY.md | 4 + README.md | 9 +- index.js | 4 + package-lock.json | 1478 ++++++++++++--------------------------------- package.json | 34 +- test.js | 8 + 9 files changed, 440 insertions(+), 1114 deletions(-) create mode 100644 index.js create mode 100644 test.js diff --git a/.gitignore b/.gitignore index 59ad9d5..c7592fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# 2019 January 26 +# 2020 May 5 # https://github.com/bevry/base # System Files @@ -27,6 +27,9 @@ node_modules/ .pnp/ .pnp.js +# ------------------------------------- +# CDN Inclusions, Git Exclusions + # Build Outputs **/out.* **/*.out.* diff --git a/.npmignore b/.npmignore index b14cf6f..cdf0d6f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,11 +1,10 @@ -# 2019 January 26 +# 2020 May 5 # https://github.com/bevry/base # System Files **/.DS_Store # Temp Files -yarn.lock **/.docpad.db **/*.log **/*.cpuprofile @@ -32,6 +31,9 @@ node_modules/ .dependabout .github +# ------------------------------------- +# CDN Inclusions, Package Exclusions + # Documentation Files docs/ guides/ diff --git a/.travis.yml b/.travis.yml index ad6627a..1f1edb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,12 @@ cache: npm install: - >- eval "$(curl -fsSL - https://raw.githubusercontent.com/bevry/awesome-travis/c91c9d5eef34ecb0e92029667fd5052640225fa3/scripts/node-install.bash)" + https://raw.githubusercontent.com/bevry/awesome-travis/0268a1f12d5ebf5e18aa029e4b32ffd432f746a9/scripts/node-install.bash)" before_script: - >- eval "$(curl -fsSL - https://raw.githubusercontent.com/bevry/awesome-travis/c91c9d5eef34ecb0e92029667fd5052640225fa3/scripts/node-verify.bash)" + https://raw.githubusercontent.com/bevry/awesome-travis/0268a1f12d5ebf5e18aa029e4b32ffd432f746a9/scripts/node-verify.bash)" after_success: - >- eval "$(curl -fsSL - https://raw.githubusercontent.com/bevry/awesome-travis/c91c9d5eef34ecb0e92029667fd5052640225fa3/scripts/node-publish.bash)" + https://raw.githubusercontent.com/bevry/awesome-travis/0268a1f12d5ebf5e18aa029e4b32ffd432f746a9/scripts/node-publish.bash)" diff --git a/HISTORY.md b/HISTORY.md index d1fb9ba..99534da 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## v3.2.0 2020 May 11 + +- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) + ## v3.1.0 2020 May 4 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) diff --git a/README.md b/README.md index 97f301f..bcedbc7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Yay! Big win for agnostic argument order! But when would you actually want this? ``` html ``` @@ -75,7 +75,7 @@ Yay! Big win for agnostic argument order! But when would you actually want this?

This package is published with the following editions:

-