restructure

This commit is contained in:
2024-05-22 20:47:27 -04:00
parent 53c23e694a
commit ba41930a38
6 changed files with 88 additions and 5 deletions
+5 -2
View File
@@ -2,7 +2,7 @@
"name": "github-to-fs",
"version": "1.0.2",
"description": "a package that allows you to use github like file storage",
"main": "customFileSystem.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -18,5 +18,8 @@
"fs",
"filesystem",
"files"
]
],
"devDependencies": {
"@types/node": "^20.12.12"
}
}