From d8645e3e9f4c1c30cd41ca92a26cdda5c91d5e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Varandas?= Date: Mon, 12 Oct 2020 22:22:07 +0100 Subject: [PATCH] feat(release): release version --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 35bf99a..163c668 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.0.0-development", "description": "Get the sunrise and sunset for your location, right from your terminal!", "main": "index.js", + "types": "lib/index.d.ts", + "publishConfig": { + "access": "public" + }, "bin": { "sunrise": "bin/sunrise" },