Skip to content

Commit

Permalink
remove upath
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 27, 2024
1 parent c9790e0 commit 95583cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"playwright": "^1.40.1",
"ps-tree": "^1.2.0",
"rimraf": "^5.0.5",
"showdown": "^2.1.0",
"upath": "^2.0.1"
"showdown": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion source/class/qxl/apiviewer/CreateClassDb.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require("fs");
const path = require("upath");
const path = require("path");

qx.Class.define("qxl.apiviewer.CreateClassDb", {
extend: qx.application.Basic,
Expand Down

0 comments on commit 95583cd

Please sign in to comment.