mirror of
https://github.com/sstephenson/bats.git
synced 2024-12-26 14:39:46 +01:00
Update package.json
this should allow for `npm install -g bats` to work
This commit is contained in:
parent
03608115df
commit
8203f621b8
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "bats",
|
"name": "bats",
|
||||||
|
"bin": {
|
||||||
|
"bats": "bin/bats"
|
||||||
|
},
|
||||||
"version": "v0.4.0",
|
"version": "v0.4.0",
|
||||||
"description": "Bash Automated Testing System",
|
"description": "Bash Automated Testing System",
|
||||||
"install": "./install.sh ${PREFIX:-/usr/local}",
|
"install": "./install.sh ${PREFIX:-/usr/local}",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user