Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v2a committed Jan 3, 2019
2 parents 77f0eb8 + ddbddc6 commit 0ad6ee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-queue",
"version": "1.1.8",
"version": "1.1.9",
"description": "run job from laravel",
"main": "index.js",
"homepage": "https://github.com/icfr/laravel-node-queue",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MODULE_DIR=$(pwd)
BIN_DIR="${MODULE_DIR}/bin"
PROJECT_DIR=$(realpath ../..)
if [ -f "${PROJECT_DIR}/.env"]; then
if [ -f "${PROJECT_DIR}/.env" ]; then
touch "${PROJECT_DIR}/.env"
fi
if [ -d "${PROJECT_DIR}/Config" ]; then
Expand Down

0 comments on commit 0ad6ee8

Please sign in to comment.