Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi committed Feb 16, 2022
1 parent b0c7f56 commit 435f9b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
"type": "git",
"url": "git+https://github.com/kwshi/rehype-katex-svelte.git"
},
"keywords": [
"rehype",
"katex",
"svelte",
"mdsvex",
"svx"
],
"keywords": ["rehype", "katex", "svelte", "mdsvex", "svx"],
"author": "Kye Shi",
"license": "MIT",
"bugs": {
Expand Down
3 changes: 1 addition & 2 deletions test/index.ts → src/test/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import * as Tape from "tape-modern";
import * as Katex from "katex";

import * as Unified from "unified";

//const unified = import("unified");
import rehypeParse from "rehype-parse";
import rehypeStringify from "rehype-stringify";

import rehypeKatexSvelte from "../src/index";
import rehypeKatexSvelte from "../";

Tape.test("macros work", (t) => {
t.ok(
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "esnext",
"strict": true,
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
Expand Down

0 comments on commit 435f9b5

Please sign in to comment.