Skip to content

Commit

Permalink
test(lint): verified details of the published package
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Apr 7, 2024
1 parent 4fb9523 commit 68bd895
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 1 deletion.
142 changes: 142 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
"test:unit:base": "DEBUG=any vitest run",
"lint:peer": "npm ls >/dev/null",
"prepare": "husky install"
"prepare": "husky install",
"lint:publish": "publint --strict"
},
"files": [
"example.js",
Expand Down Expand Up @@ -66,6 +67,7 @@
"lockfile-lint": "4.12.1",
"mock-fs": "5.2.0",
"npm-run-all2": "6.1.1",
"publint": "0.2.7",
"remark-cli": "12.0.0",
"remark-toc": "9.0.0",
"remark-usage": "11.0.1",
Expand Down

0 comments on commit 68bd895

Please sign in to comment.