diff --git a/package-lock.json b/package-lock.json index 7f621e0..0ea8c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "rrepl", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.3.0", + "version": "1.3.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 80e9b53..7cef413 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrepl", - "version": "1.3.0", + "version": "1.3.1", "description": "An improved node REPL with support for configuration.", "keywords": [ "cli", @@ -13,7 +13,9 @@ "url": "git+https://github.com/tough-griff/rrepl.git" }, "main": "index.js", - "bin": "index.js", + "bin": { + "rrepl": "index.js" + }, "files": [ "index.js" ],