mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 09:18:10 +01:00
use install correctly
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.3.1",
|
"version": "0.3.1",
|
||||||
"description": "Bash Automated Testing System",
|
"description": "Bash Automated Testing System",
|
||||||
"global": "true",
|
"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" ]
|
"scripts": [ "libexec/bats", "libexec/bats-exec-suite", "libexec/bats-exec-test", "libexec/bats-format-tap-stream", "libexec/bats-preprocess", "bin/bats" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user