Skip to content

Commit c69d935

Browse files
committed
Updated workspace support
1 parent 81304d1 commit c69d935

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

crypto/deno.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"version": "0.0.5",
33
"name": "@stdext/crypto",
4-
"lock": false,
54
"exports": {
65
"./hash": "./hash.ts"
76
},

deno.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"lock": false,
33
"imports": {
4-
"@std/assert": "jsr:@std/assert@^0.224.0",
5-
"@std/path": "jsr:@std/path@^0.224.0"
4+
"@std/assert": "jsr:@std/assert@^1.0.2",
5+
"@std/path": "jsr:@std/path@^1.0.2",
6+
"@std/encoding": "jsr:@std/encoding@^1.0.1"
67
},
78
"tasks": {
89
"bump_version": "deno run --allow-env=VERSION --allow-read=. --allow-write=. ./_tools/bump_version.ts",
@@ -16,7 +17,7 @@
1617
"format": "deno fmt && deno task --cwd crypto format",
1718
"format:check": "deno fmt --check && deno task --cwd crypto format:check"
1819
},
19-
"workspaces": [
20+
"workspace": [
2021
"./crypto",
2122
"./encoding",
2223
"./http"

encoding/deno.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"version": "0.0.5",
33
"name": "@stdext/encoding",
4-
"lock": false,
54
"exports": {
65
"./hex": "./hex.ts"
76
}

http/deno.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"version": "0.0.5",
33
"name": "@stdext/http",
4-
"lock": false,
54
"exports": {
65
"./header": "./header.ts",
76
"./method": "./method.ts"

0 commit comments

Comments
 (0)