Skip to content

Commit

Permalink
Merge pull request sstephenson#76 from jwerle/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
sstephenson committed Oct 16, 2014
2 parents 7b032e4 + eb120d9 commit 3b33a5a
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 3b33a5a

Please sign in to comment.