mirror of
https://github.com/ION606/github-to-fs.git
synced 2026-05-14 22:16:53 +00:00
semantic fix
This commit is contained in:
+1
-1
@@ -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": {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
declare module 'github-to-fs';
|
||||||
|
|
||||||
type AuthHeaders = {
|
type AuthHeaders = {
|
||||||
'Authorization': string;
|
'Authorization': string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user