Fixes install error with clib.

pull/111/head
Ben Peachey 5 years ago
parent b192e96790
commit 9eb87f5974
No known key found for this signature in database
GPG Key ID: E144372C7EFF1966

@ -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