Skip to content

Commit

Permalink
fix(remark-kbd-nested): correct path to main in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Nov 6, 2021
1 parent 883f684 commit 70353f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remark-kbd-nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "remark-kbd-nested",
"version": "0.3.0",
"description": "remark plugin to add support for `kbd` element syntax with configurable delimiters, escaping, and arbitrary nesting",
"main": "index.ts",
"main": "src/index.ts",
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json",
"lint": "eslint src/**/*.ts",
Expand Down

0 comments on commit 70353f4

Please sign in to comment.