updated package.json

This commit is contained in:
2024-05-31 15:59:20 -04:00
parent fdbf519f40
commit d85d418c3a
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -4,7 +4,7 @@
"description": "a package that allows you to use github like file storage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node tests/testmain.js"
},
"author": "ION606",
"license": "ISC",
@@ -13,6 +13,10 @@
"base-64": "^1.0.0"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ION606/github-to-fs/"
},
"keywords": [
"github",
"fs",
+1 -1
View File
@@ -1,4 +1,4 @@
import customFs from "..";
import customFs from "../index.js";
import fs from 'fs';
const { token } = JSON.parse(fs.readFileSync('config.json'));