2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-04 06:00:18 +00:00

Merge pull request #111 from potherca-contrib/issues/110/clib-fails

Fixes install error with clib. Fixes #110.
This commit is contained in:
Ben Peachey 2019-07-27 11:22:01 +02:00 committed by GitHub
commit 58a34bcd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,15 +4,5 @@
"description": "Lightweight bash package manager",
"global": true,
"repo": "bpkg/bpkg",
"install": "bash setup.sh",
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/bpkg"
},
"scripts": {
"postinstall": "opencollective postinstall"
}
"install": "bash setup.sh"
}