1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 12:38:26 +02:00

Merge pull request #76 from jwerle/patch-1

Update package.json
This commit is contained in:
Sam Stephenson 2014-10-16 09:44:15 -05:00
commit 3b33a5ac6a

View File

@ -1,9 +1,8 @@
{
"name": "bats",
"version": "0.3.1",
"version": "v0.4.0",
"description": "Bash Automated Testing System",
"global": "true",
"install": "./install.sh /usr/local",
"install": "./install.sh ${PREFIX:-/usr/local}",
"scripts": [ "libexec/bats", "libexec/bats-exec-suite", "libexec/bats-exec-test", "libexec/bats-format-tap-stream", "libexec/bats-preprocess", "bin/bats" ]
}