Skip to content

Commit

Permalink
Revert previous change, release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel committed Jun 16, 2024
1 parent c5d82f9 commit dd8047e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vrugtehagel/eleventy-document-outline",
"version": "0.0.4",
"version": "0.0.5",
"exports": "./mod.ts",
"publish": {
"include": ["mod.ts", "README.md"]
Expand Down
1 change: 0 additions & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as HTMLParser from "npm:node-html-parser@^6.1";
import { crypto } from "jsr:@std/crypto@^0.224";

/** Allowed header tag names, lowercased */
const HEADERS: string[] = ["h1", "h2", "h3", "h4", "h5", "h6", "h7"] as const;
Expand Down

0 comments on commit dd8047e

Please sign in to comment.