2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-16 00:12:52 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
jwerle
c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2022-03-28 06:59:13 -07:00
jwerle
aee770b699 fix(): fix stderr output redirection 2022-03-23 14:55:30 -04:00
jwerle
de503e955e refactor(): support 'bpkg.json' 2022-03-23 11:16:59 -07:00
Ben Peachey
574a928de8 Fix various Shellcheck violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
a53a6648cc Fix all Shellcheck SC2155 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
355a1bd49d Fix all Shellcheck SC2086 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
2e17e87472 Fix all Shellcheck SC2053 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
ca20c53aff Add support for bpkg.json, next to package.json. 2022-03-23 11:16:59 -07:00
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
Troy Howard
af0efc54c5 add recursive dependency resolution via package.json 2016-01-30 12:47:10 -08:00