semantic fix

This commit is contained in:
2024-05-22 20:51:13 -04:00
parent fe865d9438
commit e0503b02c5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "github-to-fs", "name": "github-to-fs",
"version": "1.0.3", "version": "1.0.4",
"description": "a package that allows you to use github like file storage", "description": "a package that allows you to use github like file storage",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
+2
View File
@@ -1,3 +1,5 @@
declare module 'github-to-fs';
type AuthHeaders = { type AuthHeaders = {
'Authorization': string; 'Authorization': string;
}; };