From 56e1130acfa8e4c1decd19f9cbb8068508c2a0fe Mon Sep 17 00:00:00 2001 From: Alvaro Pareja-Lecaros Date: Mon, 9 Sep 2019 15:39:32 -0400 Subject: [PATCH] feat: add support for installing via `bpkg` - this file will be renamed to `bpkg.json` once the PR gets merged --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..342300b --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "description": "Add colors, control the cursor, manipulate the screen using ANSI escape codes.", + "install": "install -b ansi ${PREFIX:-/usr/local}/bin/ansi", + "name": "ansi", + "scripts": [ "./ansi"], + "version": "2.0.0" + }