Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Small Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored May 16, 2023
1 parent 67812df commit 58f3f0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@tomphttp/bare-server-node": "^1.2.5",
"bruhprox-core": "^6.1.3",
"express": "^4.18.2",
"ultraviolet-static": "github:z1g-project/BruhProx-Static"
"bruhprox-static": "github:z1g-project/BruhProx-Static"
},
"devDependencies": {
"eslint": "^8.36.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import createBareServer from "@tomphttp/bare-server-node";
import express from "express";
import { createServer } from "node:http";
import { publicPath } from "ultraviolet-static";
import { publicPath } from "bruhprox-static";
import { uvPath } from "@z1g-project/bruhprox-static";
import { join } from "node:path";
import { hostname } from "node:os";
Expand Down

0 comments on commit 58f3f0b

Please sign in to comment.