Skip to content

Commit

Permalink
don't vendor emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Feb 8, 2024
1 parent bc85204 commit a86c38f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 30,896 deletions.
12 changes: 3 additions & 9 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@deno/gfm",
"version": "0.6.0",
"version": "0.6.1",
"exports": "./mod.ts",
"imports": {
"emoji": "./vendor/emoji/mod.ts",
"emoji": "jsr:@denosaurs/emoji@0.3",
"marked": "npm:marked@^11.1",
"github-slugger": "npm:github-slugger@^2.0",
"marked-alert": "npm:marked-alert@^2.0",
Expand All @@ -16,13 +16,7 @@
"@std/assert": "jsr:@std/assert@^0.214"
},
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"dom.asynciterable",
"deno.ns",
"deno.unstable"
]
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
},
"tasks": {
"build": "deno run --allow-read --allow-write --allow-net --allow-run --allow-env ./style/patch.ts && deno fmt",
Expand Down
22 changes: 0 additions & 22 deletions vendor/emoji/LICENSE

This file was deleted.

Loading

0 comments on commit a86c38f

Please sign in to comment.