mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 02:24:17 +00:00
fix lib include
This commit is contained in:
parent
28aa57072e
commit
ce5820f923
4
.corenode.json
Normal file → Executable file
4
.corenode.json
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"fixedMainScript": "./index.js"
|
"fixedMainScript": "./client/index.js"
|
||||||
}
|
}
|
||||||
|
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
example/controllers/filecontroller/index.js
Normal file → Executable file
0
example/controllers/filecontroller/index.js
Normal file → Executable file
0
example/endpoints.json
Normal file → Executable file
0
example/endpoints.json
Normal file → Executable file
0
example/package.json
Normal file → Executable file
0
example/package.json
Normal file → Executable file
4
package.json
Normal file → Executable file
4
package.json
Normal file → Executable file
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "linebridge",
|
"name": "linebridge",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"description": "A simple, fast, and powerful API interface library",
|
"description": "A simple, fast, and powerful API interface library",
|
||||||
"author": "RageStudio",
|
"author": "RageStudio",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"**/**"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
0
src/.DS_Store
vendored
Normal file → Executable file
0
src/.DS_Store
vendored
Normal file → Executable file
0
src/bin/server.js
Normal file → Executable file
0
src/bin/server.js
Normal file → Executable file
0
src/classes/Controller/index.js
Normal file → Executable file
0
src/classes/Controller/index.js
Normal file → Executable file
0
src/classes/Storage/drivers/filesystem/index.js
Normal file → Executable file
0
src/classes/Storage/drivers/filesystem/index.js
Normal file → Executable file
0
src/classes/Storage/drivers/index.js
Normal file → Executable file
0
src/classes/Storage/drivers/index.js
Normal file → Executable file
0
src/classes/Storage/drivers/onMemory/index.js
Normal file → Executable file
0
src/classes/Storage/drivers/onMemory/index.js
Normal file → Executable file
0
src/classes/Storage/index.js
Normal file → Executable file
0
src/classes/Storage/index.js
Normal file → Executable file
0
src/classes/index.js
Normal file → Executable file
0
src/classes/index.js
Normal file → Executable file
0
src/client/index.js
Normal file → Executable file
0
src/client/index.js
Normal file → Executable file
0
src/index.js
Normal file → Executable file
0
src/index.js
Normal file → Executable file
0
src/lib/fetchController/index.js
Normal file → Executable file
0
src/lib/fetchController/index.js
Normal file → Executable file
0
src/lib/getLocalEndpoints/index.js
Normal file → Executable file
0
src/lib/getLocalEndpoints/index.js
Normal file → Executable file
0
src/lib/index.js
Normal file → Executable file
0
src/lib/index.js
Normal file → Executable file
0
src/lib/nethub/index.js
Normal file → Executable file
0
src/lib/nethub/index.js
Normal file → Executable file
0
src/lib/serverManifest/index.js
Normal file → Executable file
0
src/lib/serverManifest/index.js
Normal file → Executable file
0
src/modules.d.ts
vendored
Normal file → Executable file
0
src/modules.d.ts
vendored
Normal file → Executable file
0
src/server/http/index.js
Normal file → Executable file
0
src/server/http/index.js
Normal file → Executable file
0
src/server/index.js
Normal file → Executable file
0
src/server/index.js
Normal file → Executable file
0
src/server/websocket/index.js
Normal file → Executable file
0
src/server/websocket/index.js
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user