diff --git a/package.json b/package.json index d6a4122..2183feb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.3.1", "description": "Bash Automated Testing System", "global": "true", - "install": "./install.sh", + "install": "./install.sh /usr/local", "scripts": [ "libexec/bats", "libexec/bats-exec-suite", "libexec/bats-exec-test", "libexec/bats-format-tap-stream", "libexec/bats-preprocess", "bin/bats" ] }