mirror of
https://github.com/bpkg/bpkg
synced 2024-11-02 03:40:28 +00:00
1107d7608c
This change affects LICENSE, README.md, package.json and Makefile files.
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"name": "suggest",
|
|
"version": "0.0.2",
|
|
"description": "Suggest a command based on a query found in $PATH",
|
|
"scripts": [
|
|
"suggest.sh"
|
|
],
|
|
"install": "make install"
|
|
}
|