1
0
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:
Operations Research Engineering Software+ 2017-11-17 19:31:43 -08:00 committed by GitHub
parent 03608115df
commit 8203f621b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}",