Skip to content

Commit

Permalink
Fix deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jul 27, 2024
1 parent c2f96f8 commit 4fd5980
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
{
"name": "@shougo/dpp-vim",
"version": "0.0.0",
"exports": {
".": "./denops/dpp/deps.ts",
"./config": "./denops/dpp/base/config.ts",
"./ext": "./denops/dpp/base/ext.ts",
"./protocol": "./denops/dpp/base/protocol.ts",
"./types": "./denops/dpp/types.ts",
"./utils": "./denops/dpp/utils.ts"
},
"publish": {
"include": [
"denops/dpp/**/*.ts",
],
},
"imports": {
},
"lock": false,
"tasks": {
"check": "deno check denops/**/*.ts",
Expand Down

0 comments on commit 4fd5980

Please sign in to comment.