Skip to content

Commit

Permalink
fix ts-morph import
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 5, 2024
1 parent 382fb12 commit 70a2a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* └── ./mod.ts
*/

import { Project } from "ts_morph";
import { Project } from "ts-morph";
import bcd from "@mdn/browser-compat-data" with { type: "json" };

/**
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"imports": {
"@mdn/browser-compat-data": "npm:@mdn/browser-compat-data@^5.5.19",
"ts_morph": "https://deno.land/x/ts_morph@22.0.0/mod.ts"
"ts-morph": "npm:ts-morph@^22.0.0"
},
"tasks": {
"generate": "deno run -A cli/codegen.ts"
Expand Down

0 comments on commit 70a2a62

Please sign in to comment.