Skip to content

Commit

Permalink
Fix manifest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 8, 2024
1 parent f3f3491 commit ea11dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
npm run test -- --run

npm run build

echo "\npublint:"
npx --no -- publint
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"author": "sibiraj-s",
"license": "MIT",
"repository": "https://github.com/sibiraj-s/marked-react.git",
"repository": "github:sibiraj-s/marked-react",
"bugs": "https://github.com/sibiraj-s/marked-react/issues",
"homepage": "https://github.com/sibiraj-s/marked-react#readme",
"main": "./dist/index.cjs",
Expand All @@ -17,8 +17,8 @@
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit ea11dbc

Please sign in to comment.