Skip to content

Commit

Permalink
chore: use workspaces for each packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Jun 12, 2024
1 parent 847e814 commit 3b9ff04
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 62 deletions.
17 changes: 0 additions & 17 deletions cli/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,5 @@
"exclude": [
"*_test.ts"
]
},
"imports": {
"@cliffy/ansi": "jsr:@cliffy/ansi@1.0.0-rc.4",
"@cliffy/command": "jsr:@cliffy/command@1.0.0-rc.4",
"@conventional-commits/parser": "npm:@conventional-commits/parser@^0.4.1",
"@core/unknownutil": "jsr:@core/unknownutil@^3.18.0",
"@david/dax": "jsr:@david/dax@^0.40.0",
"@molt/lib": "jsr:@molt/lib@^0.18.0",
"@molt/core": "jsr:@molt/core@^0.18.4",
"@molt/integration": "jsr:@molt/integration@^0.18.0",
"@std/assert": "jsr:@std/assert@^0.222.1",
"@std/collections": "jsr:@std/collections@^0.222.1",
"@std/fmt": "jsr:@std/fmt@^0.222.1",
"@std/jsonc": "jsr:@std/jsonc@^0.222.1",
"@std/semver": "jsr:@std/semver@^0.222.1",
"@std/path": "jsr:@std/path@^0.222.1",
"@std/testing": "jsr:@std/testing@^0.222.1"
}
}
14 changes: 0 additions & 14 deletions core/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,5 @@
"*_test.ts",
"!import_map/js"
]
},
"imports": {
"@core/unknownutil": "jsr:@core/unknownutil@^3.18.0",
"@deno/graph": "jsr:@deno/graph@^0.73.1",
"@lambdalisue/async": "jsr:@lambdalisue/async@^2.1.1",
"@molt/lib": "jsr:@molt/lib@^0.18.0",
"@std/assert": "jsr:@std/assert@^0.222.1",
"@std/collections": "jsr:@std/collections@^0.222.1",
"@std/fmt": "jsr:@std/fmt@^0.222.1",
"@std/fs": "jsr:@std/fs@^0.222.1",
"@std/jsonc": "jsr:@std/jsonc@^0.222.1",
"@std/path": "jsr:@std/path@^0.222.1",
"@std/semver": "jsr:@std/semver@^0.222.1",
"@std/testing": "jsr:@std/testing@^0.222.1"
}
}
22 changes: 9 additions & 13 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"@david/dax": "jsr:@david/dax@^0.40.0",
"@deno/graph": "jsr:@deno/graph@^0.73.1",
"@lambdalisue/async": "jsr:@lambdalisue/async@^2.1.1",
"@molt/core": "jsr:@molt/core@^0.18.4",
"@molt/integration": "jsr:@molt/integration@^0.18.0",
"@molt/lib": "jsr:@molt/lib@^0.18.0",
"@octokit/rest": "npm:@octokit/rest@^20.1.0",
"@std/assert": "jsr:@std/assert@^0.222.1",
"@std/collections": "jsr:@std/collections@^0.222.1",
Expand All @@ -31,19 +34,6 @@
"@std/semver": "jsr:@std/semver@^0.222.1",
"@std/testing": "jsr:@std/testing@^0.222.1"
},
"scopes": {
".": {
"@molt/core": "./core/mod.ts",
"@molt/lib/path": "./lib/path.ts",
"@molt/lib/testing": "./lib/testing.ts",
"@molt/lib/changelog": "./lib/changelog.ts",
"@molt/integration": "./integration/mod.ts",
"@molt/integration/commits": "./integration/commits.ts",
"@molt/integration/github": "./integration/github.ts",
"@molt/integration/packages": "./integration/packages.ts",
"@molt/integration/repository": "./integration/repository.ts"
}
},
"lint": {
"exclude": [
"test/cases",
Expand All @@ -57,5 +47,11 @@
},
"exclude": [
"core/import_map"
],
"workspaces": [
"cli",
"core",
"integration",
"lib"
]
}
11 changes: 10 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions integration/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,5 @@
"exclude": [
"*_test.ts"
]
},
"imports": {
"@core/match": "jsr:@core/match@^0.2.5",
"@core/unknownutil": "jsr:@core/unknownutil@^3.18.0",
"@molt/core": "jsr:@molt/core@^0.18.0",
"@octokit/rest": "npm:@octokit/rest@^20.1.0",
"@std/jsonc": "jsr:@std/jsonc@^0.222.1",
"@std/path": "jsr:@std/path@^0.222.1"
}
}
9 changes: 0 additions & 9 deletions lib/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,5 @@
"exclude": [
"*_test.ts"
]
},
"imports": {
"@conventional-commits/parser": "npm:@conventional-commits/parser@^0.4.1",
"@core/match": "jsr:@core/match@^0.2.5",
"@std/assert": "jsr:@std/assert@^0.222.1",
"@std/collections": "jsr:@std/collections@^0.222.1",
"@std/fs": "jsr:@std/fs@^0.222.1",
"@std/path": "jsr:@std/path@^0.222.1",
"@std/testing": "jsr:@std/testing@^0.222.1"
}
}

0 comments on commit 3b9ff04

Please sign in to comment.