Skip to content

Commit

Permalink
Fixed exports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Nov 21, 2024
1 parent 225a57e commit 430f17e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"./const": "./const.ts",
"./macro": "./macro.ts",
"./member": "./member/mod.ts",
"./member/value": "./member/value.ts",
"./member/view": "./member/view.ts",
"./member/f16": "./member/f16.ts",
"./member/f32": "./member/f32.ts",
"./member/f64": "./member/f64.ts",
Expand All @@ -20,7 +18,9 @@
"./member/i64": "./member/i64.ts",
"./member/struct": "./member/struct.ts",
"./struct": "./struct.ts",
"./type": "./type.ts"
"./type": "./type.ts",
"./value": "./value.ts",
"./view": "./view.ts"
},
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
Expand Down

0 comments on commit 430f17e

Please sign in to comment.