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

remove npm crap

This commit is contained in:
Joseph Werle 2014-05-25 14:34:24 -04:00
parent a06aad13fd
commit dc584b9be2

View File

@ -3,14 +3,6 @@
"version": "0.0.4",
"description": "Lightweight bash package manager",
"global": true,
"preferGlobal": true,
"scripts": [ "bpkg.sh" ],
"install": "make install",
"bin": {
"bpkg": "bpkg",
"bpkg-install": "bpkg-install",
"bpkg-json": "bpkg-json",
"bpkg-package": "bpkg-package",
"bpkg-term": "bpkg-term"
}
"install": "make install"
}