Skip to content

Commit

Permalink
fix(deps): moved publint to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Apr 3, 2023
1 parent 7846576 commit 7cf9ce2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
31 changes: 24 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
},
"dependencies": {
"filedirname": "^2.7.0",
"make-dir": "^3.1.0",
"publint": "^0.1.11"
"make-dir": "^3.1.0"
},
"devDependencies": {
"@cucumber/cucumber": "9.1.0",
Expand All @@ -80,6 +79,7 @@
"ls-engines": "0.9.0",
"mock-fs": "5.2.0",
"npm-run-all": "4.1.5",
"publint": "0.1.11",
"remark-cli": "11.0.0",
"remark-toc": "8.0.1",
"remark-usage": "10.0.1",
Expand Down

0 comments on commit 7cf9ce2

Please sign in to comment.