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

Fixes install error with clib. Fixes #110.
pull/112/head
Ben Peachey 5 years ago committed by GitHub
commit 58a34bcd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
Loading…
Cancel
Save