Skip to content

Commit e80acf7

Browse files
zkochanclaude
andcommitted
chore: remove mos and related dependencies and scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 76d3475 commit e80acf7

File tree

12 files changed

+13
-2297
lines changed

12 files changed

+13
-2297
lines changed

better-path-resolve/package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"index.js"
1010
],
1111
"scripts": {
12-
"test": "node --test test.js",
13-
"md": "mos"
12+
"test": "node --test test.js"
1413
},
1514
"engines": {
1615
"node": ">=22.13"
@@ -21,21 +20,9 @@
2120
"name": "Zoltan Kochan",
2221
"url": "https://www.kochan.io"
2322
},
24-
"mos": {
25-
"plugins": [
26-
"readme"
27-
],
28-
"installation": {
29-
"useShortAlias": true
30-
}
31-
},
3223
"license": "MIT",
3324
"homepage": "https://github.com/zkochan/packages/tree/main/better-path-resolve#readme",
3425
"dependencies": {
3526
"is-windows": "^1.0.2"
36-
},
37-
"devDependencies": {
38-
"mos": "2.0.0-alpha.3",
39-
"mos-plugin-readme": "^1.0.4"
4027
}
4128
}

can-link/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"index.d.ts"
1212
],
1313
"scripts": {
14-
"test": "standard && node --test test.js",
15-
"md": "mos"
14+
"test": "standard && node --test test.js"
1615
},
1716
"repository": "https://github.com/zkochan/packages/tree/main/can-link",
1817
"keywords": [
@@ -26,16 +25,6 @@
2625
"license": "MIT",
2726
"homepage": "https://github.com/zkochan/packages/tree/main/can-link#readme",
2827
"devDependencies": {
29-
"mos": "2.0.0-alpha.3",
30-
"mos-plugin-readme": "^1.0.4",
3128
"standard": "^17.1.2"
32-
},
33-
"mos": {
34-
"plugins": [
35-
"readme"
36-
],
37-
"installation": {
38-
"useShortAlias": true
39-
}
4029
}
4130
}

graceful-git/package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@
1212
"node": ">=22.13"
1313
},
1414
"scripts": {
15-
"test": "node --test test.js",
16-
"md": "mos"
17-
},
18-
"mos": {
19-
"plugins": [
20-
"readme"
21-
],
22-
"installation": {
23-
"useShortAlias": true
24-
}
15+
"test": "node --test test.js"
2516
},
2617
"repository": "https://github.com/zkochan/packages/tree/main/graceful-git",
2718
"keywords": [
@@ -39,9 +30,5 @@
3930
"dependencies": {
4031
"retry": "^0.13.1",
4132
"safe-execa": "workspace:^"
42-
},
43-
"devDependencies": {
44-
"mos": "2.0.0-alpha.3",
45-
"mos-plugin-readme": "^1.0.4"
4633
}
4734
}

is-inner-link/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
],
1111
"scripts": {
1212
"pretest": "rimraf .tmp",
13-
"test": "standard && node --test test.js",
14-
"md": "mos"
13+
"test": "standard && node --test test.js"
1514
},
1615
"repository": "https://github.com/zkochan/packages/tree/main/is-inner-link",
1716
"keywords": [
@@ -28,23 +27,13 @@
2827
"node": ">=22.13"
2928
},
3029
"license": "MIT",
31-
"mos": {
32-
"plugins": [
33-
"readme"
34-
],
35-
"installation": {
36-
"useShortAlias": true
37-
}
38-
},
3930
"homepage": "https://github.com/zkochan/packages/tree/main/is-inner-link#readme",
4031
"dependencies": {
4132
"is-subdir": "workspace:^",
4233
"resolve-link-target": "workspace:^"
4334
},
4435
"devDependencies": {
4536
"make-dir": "^5.1.0",
46-
"mos": "2.0.0-alpha.3",
47-
"mos-plugin-readme": "^1.0.4",
4837
"rimraf": "^6.1.3",
4938
"standard": "^17.1.2",
5039
"symlink-dir": "^7.1.0"

is-subdir/package.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"index.d.ts"
1111
],
1212
"scripts": {
13-
"test": "node --test test.js",
14-
"md": "mos"
13+
"test": "node --test test.js"
1514
},
1615
"engines": {
1716
"node": ">=22.13"
@@ -29,20 +28,10 @@
2928
"name": "Zoltan Kochan",
3029
"url": "https://www.kochan.io"
3130
},
32-
"mos": {
33-
"plugins": [
34-
"readme"
35-
],
36-
"installation": {
37-
"useShortAlias": true
38-
}
39-
},
4031
"license": "MIT",
4132
"homepage": "https://github.com/zkochan/packages/tree/main/is-subdir#readme",
4233
"devDependencies": {
43-
"is-windows": "1.0.2",
44-
"mos": "2.0.0-alpha.3",
45-
"mos-plugin-readme": "^1.0.4"
34+
"is-windows": "1.0.2"
4635
},
4736
"dependencies": {
4837
"better-path-resolve": "workspace:^"

path-temp/package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"index.d.ts"
1212
],
1313
"scripts": {
14-
"test": "standard && node --test test.js",
15-
"md": "mos"
14+
"test": "standard && node --test test.js"
1615
},
1716
"repository": "https://github.com/zkochan/packages/tree/main/path-temp",
1817
"keywords": [
@@ -30,16 +29,6 @@
3029
"unique-string": "^3.0.0"
3130
},
3231
"devDependencies": {
33-
"mos": "2.0.0-alpha.3",
34-
"mos-plugin-readme": "^1.0.4",
3532
"standard": "^17.1.2"
36-
},
37-
"mos": {
38-
"plugins": [
39-
"readme"
40-
],
41-
"installation": {
42-
"useShortAlias": true
43-
}
4433
}
4534
}

0 commit comments

Comments
 (0)