From 404bc21a08d6f3244907223e8cbf13968dfe2244 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 8 Jun 2019 00:32:36 +0530 Subject: [PATCH] 1.1.8 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 61263a5..2192d99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-banner", - "version": "1.1.7", + "version": "1.1.8", "description": "Easily integrate ASCII flavoured banners to your CLI tool", "main": "index.js", "scripts": { @@ -9,6 +9,7 @@ }, "files": [ "index.js", + "index.d.ts", "src" ], "repository": {