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:
commit
58a34bcd01
12
package.json
12
package.json
@ -4,15 +4,5 @@
|
|||||||
"description": "Lightweight bash package manager",
|
"description": "Lightweight bash package manager",
|
||||||
"global": true,
|
"global": true,
|
||||||
"repo": "bpkg/bpkg",
|
"repo": "bpkg/bpkg",
|
||||||
"install": "bash setup.sh",
|
"install": "bash setup.sh"
|
||||||
"dependencies": {
|
|
||||||
"opencollective": "^1.0.3"
|
|
||||||
},
|
|
||||||
"collective": {
|
|
||||||
"type": "opencollective",
|
|
||||||
"url": "https://opencollective.com/bpkg"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"postinstall": "opencollective postinstall"
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user