Skip to content

Commit

Permalink
update UV API
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Oct 16, 2022
1 parent 8e75168 commit 44b1549
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 34 deletions.
100 changes: 68 additions & 32 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 @@ -16,7 +16,7 @@
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@titaniumnetwork-dev/ultraviolet": "^1.0.2",
"@titaniumnetwork-dev/ultraviolet": "file:../Ultraviolet",
"@tomphttp/bare-server-node": "^1.0.4-deps1",
"express": "^4.18.2",
"ultraviolet-static": "github:titaniumnetwork-development/Ultraviolet-Static"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import createBareServer from "@tomphttp/bare-server-node";
import express from "express";
import { createServer } from "node:http";
import { publicPath } from "ultraviolet-static";
import uvPath from "@titaniumnetwork-dev/ultraviolet";
import { uvPath } from "@titaniumnetwork-dev/ultraviolet";

const bare = createBareServer("/bare/");
const app = express();
Expand Down

0 comments on commit 44b1549

Please sign in to comment.