mirror of
https://github.com/ION606/github-to-fs.git
synced 2026-05-14 22:16:53 +00:00
updated package.json
This commit is contained in:
+5
-1
@@ -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
@@ -1,4 +1,4 @@
|
||||
import customFs from "..";
|
||||
import customFs from "../index.js";
|
||||
import fs from 'fs';
|
||||
const { token } = JSON.parse(fs.readFileSync('config.json'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user