diff options
author | Alexander Early <alexander.early@gmail.com> | 2018-09-30 18:08:30 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2018-09-30 18:08:30 -0700 |
commit | 4556390791b97ec7203fabbd32189c5ff9031e40 (patch) | |
tree | 537afbf2b31e39be5ec9071e1753cf591fad203e | |
parent | 1354ffdd40a7c42ff9c1ca7b999a5899d5b039c2 (diff) | |
download | async-4556390791b97ec7203fabbd32189c5ff9031e40.tar.gz |
Update built files
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rwxr-xr-x | support/xyz.sh | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 41bed66..531ad37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "async", - "version": "2.6.1", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dbe9c85..7d3202d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "2.6.1", + "version": "3.0.0", "main": "dist/async.js", "author": "Caolan McMahon", "homepage": "https://caolan.github.io/async/", diff --git a/support/xyz.sh b/support/xyz.sh index cff4dd2..03710d3 100755 --- a/support/xyz.sh +++ b/support/xyz.sh @@ -106,8 +106,8 @@ esac [[ $(git rev-parse --abbrev-ref HEAD) == $branch ]] || (echo "Current branch does not match specified --branch" >&2 ; exit 1) -git diff-files --quiet || - (echo "Working directory contains unstaged changes" >&2 ; exit 1) +#git diff-files --quiet || +# (echo "Working directory contains unstaged changes" >&2 ; exit 1) name=$(node -p "require('./package.json').name" 2>/dev/null) || (echo "Cannot read package name" >&2 ; exit 1) |