mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 03:32:27 +01:00
Update package.json
This commit is contained in:
parent
7b032e4b23
commit
eb120d944e
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "bats",
|
"name": "bats",
|
||||||
"version": "0.3.1",
|
"version": "v0.4.0",
|
||||||
"description": "Bash Automated Testing System",
|
"description": "Bash Automated Testing System",
|
||||||
"global": "true",
|
"install": "./install.sh ${PREFIX:-/usr/local}",
|
||||||
"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" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user