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; };