Skip to content

Commit

Permalink
Update versions of debug and js-beautify dependencies.
Browse files Browse the repository at this point in the history
Despite the major version bump to ‘debug’ (0 -> 4) no code changes
are required.
  • Loading branch information
zackw committed Dec 2, 2022
1 parent f716def commit 93ef873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-beautify",
"version": "0.2.1",
"version": "0.2.2",
"description": "A plugin for metalsmith to format html / js.",
"main": "lib/index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/boushley/metalsmith-beautify/issues"
},
"dependencies": {
"debug": "^0.8.1",
"js-beautify": "^1.6.0"
"debug": "^4.3.0",
"js-beautify": "^1.14.0"
}
}

0 comments on commit 93ef873

Please sign in to comment.