Skip to content

Commit

Permalink
fix deno publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Apr 5, 2024
1 parent 63be907 commit bd018f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ydcjeff/ezedge",
"version": "0.0.7",
"version": "0.0.8",
"exports": {
".": "./src/runtime/mod.ts",
"./vite": "./src/vite/mod.ts",
Expand All @@ -10,6 +10,9 @@
"@ydcjeff/ezedge/entry_server": "./src/runtime/entry_server.ts"
},
"publish": {
"include": ["src"]
"include": ["src", "deno.json"]
},
"compilerOptions": {
"lib": ["deno.window", "dom"]
}
}
1 change: 0 additions & 1 deletion src/runtime/mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="vite/client" />
/// <reference lib="dom" />

import * as devalue from 'devalue';

Expand Down

0 comments on commit bd018f0

Please sign in to comment.