Skip to content

Commit

Permalink
fix(pkg): set main field
Browse files Browse the repository at this point in the history
  • Loading branch information
ceigh committed Jul 9, 2024
1 parent 20f4906 commit fadab20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-typograf",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"dev": "bun test --watch",
"dev:docs": "bunx live-server@1.2.1 --port=3000 --no-browser ./docs",
Expand All @@ -26,6 +26,7 @@
"simple-git-hooks": {
"pre-commit": "bunx nano-staged"
},
"main": "./index.js",
"files": [
"./index.js",
"./index.d.ts"
Expand Down

0 comments on commit fadab20

Please sign in to comment.