Skip to content

Commit

Permalink
Updated workspace support
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Aug 9, 2024
1 parent 81304d1 commit c69d935
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion crypto/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"version": "0.0.5",
"name": "@stdext/crypto",
"lock": false,
"exports": {
"./hash": "./hash.ts"
},
Expand Down
7 changes: 4 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"lock": false,
"imports": {
"@std/assert": "jsr:@std/assert@^0.224.0",
"@std/path": "jsr:@std/path@^0.224.0"
"@std/assert": "jsr:@std/assert@^1.0.2",
"@std/path": "jsr:@std/path@^1.0.2",
"@std/encoding": "jsr:@std/encoding@^1.0.1"
},
"tasks": {
"bump_version": "deno run --allow-env=VERSION --allow-read=. --allow-write=. ./_tools/bump_version.ts",
Expand All @@ -16,7 +17,7 @@
"format": "deno fmt && deno task --cwd crypto format",
"format:check": "deno fmt --check && deno task --cwd crypto format:check"
},
"workspaces": [
"workspace": [
"./crypto",
"./encoding",
"./http"
Expand Down
1 change: 0 additions & 1 deletion encoding/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"version": "0.0.5",
"name": "@stdext/encoding",
"lock": false,
"exports": {
"./hex": "./hex.ts"
}
Expand Down
1 change: 0 additions & 1 deletion http/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"version": "0.0.5",
"name": "@stdext/http",
"lock": false,
"exports": {
"./header": "./header.ts",
"./method": "./method.ts"
Expand Down

0 comments on commit c69d935

Please sign in to comment.