Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Oct 15, 2014
1 parent 7b032e4 commit eb120d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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" ]
}

0 comments on commit eb120d9

Please sign in to comment.