Skip to content

Commit

Permalink
bump 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Botvin committed Sep 18, 2019
1 parent 1d0c90c commit ed26efa
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bull-repl",
"version": "0.13.0",
"version": "0.14.0",
"description": "Bull queue command line REPL",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "3.6.3"
},
"scripts": {
"build": "rm index.js; tsc --build tsconfig.json; sed -i '1 i #!/usr/bin/env node' index.js; chmod +x index.js",
"build": "rm index.js; tsc --build tsconfig.json; gsed -i '1 i #!/usr/bin/env node' index.js; chmod +x index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
Expand Down

0 comments on commit ed26efa

Please sign in to comment.