2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-04 06:00:18 +00:00
bpkg/package.json
Abdelkafi Ahmed 0617f26461 Replace with $( ) inside strings and in commands (#77)
* Changed how to execute shell commands inside output strings

* Removed the extra { }

* Drop changes to JSON files inside lib/json
2017-02-06 10:28:58 -05:00

9 lines
167 B
JSON
Executable File

{
"name": "bpkg",
"version": "0.2.8",
"description": "Lightweight bash package manager",
"global": true,
"repo": "bpkg/bpkg",
"install": "bash setup.sh"
}