Skip to content

Commit

Permalink
🐛 Remove TLDS package (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 authored Mar 12, 2024
1 parent c0fdc22 commit 974dde1
Show file tree
Hide file tree
Showing 5 changed files with 1,171 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-rivers-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"myst-parser": patch
---

Remove tlds package
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/myst-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"myst-directives": "^1.0.24",
"myst-roles": "^1.0.24",
"myst-spec": "^0.0.5",
"tlds": "^1.250.0",
"unified": "^10.1.1",
"unist-builder": "^3.0.0",
"unist-util-remove": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-parser/src/myst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defaultDirectives } from 'myst-directives';
import { defaultRoles } from 'myst-roles';
import type { Plugin } from 'unified';
import { VFile } from 'vfile';
import tlds from 'tlds';
import { tlds } from './tlds.js';
import { EXCLUDE_TLDS, MARKDOWN_IT_CONFIG } from './config.js';
import { tokensToMyst } from './tokensToMyst.js';
import {
Expand Down
Loading

0 comments on commit 974dde1

Please sign in to comment.