Skip to content

Commit

Permalink
release cleanup
Browse files Browse the repository at this point in the history
icambron committed Jan 2, 2022
1 parent 69c677d commit d5eb0be
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions scripts/version
Original file line number Diff line number Diff line change
@@ -5,12 +5,7 @@ abort() {
exit 1
}

if [[ -x $(which ggrep) ]]
then
grepper='ggrep'
else
grepper='grep'
fi
grepper='grep'

PACKAGE_VERSION=$(node -p "require('./package.json').version")
PACKAGE_LOCK_VERSION=$(node -p "require('./package-lock.json').version")

0 comments on commit d5eb0be

Please sign in to comment.