From e0503b02c52261bdb903c56b1dfd11240c627899 Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 22 May 2024 20:51:13 -0400 Subject: [PATCH] semantic fix --- package.json | 2 +- src/types/index.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 074e0d3..209546b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-to-fs", - "version": "1.0.3", + "version": "1.0.4", "description": "a package that allows you to use github like file storage", "main": "index.js", "scripts": { diff --git a/src/types/index.ts b/src/types/index.ts index 2b356d4..578de6b 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,3 +1,5 @@ +declare module 'github-to-fs'; + type AuthHeaders = { 'Authorization': string; };