Skip to content

Commit 357e710

Browse files
committed
feat: use admina instead of root-tools
https://github.com/aminya/admina
1 parent 8e3dedf commit 357e710

File tree

18 files changed

+36
-216
lines changed

18 files changed

+36
-216
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@actions/io": "^1.1.2",
5656
"@actions/tool-cache": "^2.0.1",
5757
"@npmcli/ci-detect": "github:aminya/ci-detect#37fe40075bebec96794ba0a7c4a6d5c70cbea00d",
58+
"admina": "^0.1.0",
5859
"ci-log": "workspace:1.0.0",
5960
"escape-path-with-spaces": "github:aminya/escape-path-with-spaces#d9f81ee649203ddc55783a2f96ada59df06118e3",
6061
"exec-powershell": "workspace:1.0.0",
@@ -64,7 +65,6 @@
6465
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#9f672c1",
6566
"numerous": "1.0.3",
6667
"patha": "^0.4.0",
67-
"root-tools": "workspace:1.0.0",
6868
"semver": "7.3.7",
6969
"setup-python": "github:actions/setup-python#c474c82340438924daab9282d07300bfe7e3692d",
7070
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",

packages/root-tools/README.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

packages/root-tools/package.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

packages/root-tools/src/index.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

packages/root-tools/tsconfig.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/untildify-user/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "tsc"
1212
},
1313
"dependencies": {
14-
"root-tools": "workspace:*",
14+
"admina": "0.1.0",
1515
"untildify": "^4.0.0"
1616
},
1717
"keywords": [

packages/untildify-user/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { join } from "path"
22
import untildify from "untildify"
3-
import { isSudo } from "root-tools"
3+
import { isSudo } from "admina"
44

55
export function untildifyUser(path: string) {
66
if (isSudo() && typeof process.env.SUDO_USER === "string") {

packages/user-access/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "tsc"
1212
},
1313
"dependencies": {
14-
"root-tools": "workspace:*"
14+
"admina": "0.1.0"
1515
},
1616
"keywords": [
1717
"chown",

0 commit comments

Comments
 (0)