diff --git a/package-lock.json b/package-lock.json index 16a57c9..6522eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bull-repl", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 03f10d9..a934b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bull-repl", - "version": "0.13.0", + "version": "0.14.0", "description": "Bull queue command line REPL", "repository": { "type": "git", @@ -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" },