Skip to content

Commit

Permalink
change included wisp to npm package ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Mar 11, 2024
1 parent c9686b6 commit 700d319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 180 deletions.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "git+https://github.com/MercuryWorkshop/AnuraOS.git"
},
"author": "",
"license": "ISC",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/MercuryWorkshop/AnuraOS/issues"
},
Expand All @@ -29,6 +29,7 @@
"optimist": "^0.5.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"wisp-server-node": "^1.0.2",
"ws": "^8.13.0"
}
}
2 changes: 1 addition & 1 deletion server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import basicAuth from "express-basic-auth";
import { readFileSync } from "fs";

import * as crypto from "crypto";
import wisp from "./wisp";
import wisp from "wisp-server-node";

const useAuth = process.argv.includes("--auth");
const useParanoidAuth = process.argv.includes("--paranoid-auth");
Expand Down
178 changes: 0 additions & 178 deletions server/wisp.ts

This file was deleted.

0 comments on commit 700d319

Please sign in to comment.