Skip to content

Commit

Permalink
removing handlebars as a main package
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Apr 18, 2021
1 parent 6461ce0 commit fad9b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"feed": "^4.2.2",
"fs-extra": "^9.1.0",
"gray-matter": "^4.0.2",
"handlebars": "4.7.7",
"helper-date": "^1.0.1",
"keyv": "^4.0.3",
"markdown-it": "^12.0.6",
Expand All @@ -59,7 +58,6 @@
"@types/express": "^4.17.11",
"@types/express-serve-static-core": "^4.17.19",
"@types/fs-extra": "^9.0.11",
"@types/handlebars": "^4.0.37",
"@types/jest": "^26.0.22",
"@types/keyv": "^3.1.1",
"@types/markdown-it": "^12.0.1",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -618,13 +618,6 @@
dependencies:
"@types/node" "*"

"@types/handlebars@^4.0.37":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@types/handlebars/-/handlebars-4.1.0.tgz#3fcce9bf88f85fe73dc932240ab3fb682c624850"
integrity sha512-gq9YweFKNNB1uFK71eRqsd4niVkXrxHugqWFQkeLRJvGjnxsLr16bYtcsG4tOFwmYi0Bax+wCkbf1reUfdl4kA==
dependencies:
handlebars "*"

"@types/highlight.js@^9.7.0":
version "9.12.4"
resolved "https://registry.yarnpkg.com/@types/highlight.js/-/highlight.js-9.12.4.tgz#8c3496bd1b50cc04aeefd691140aa571d4dbfa34"
Expand Down Expand Up @@ -2481,7 +2474,7 @@ handlebars-utils@^1.0.2, handlebars-utils@^1.0.4, handlebars-utils@^1.0.6:
kind-of "^6.0.0"
typeof-article "^0.1.1"

handlebars@*, [email protected], handlebars@^4.0.11, handlebars@^4.7.7:
handlebars@^4.0.11, handlebars@^4.7.7:
version "4.7.7"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
Expand Down

0 comments on commit fad9b3e

Please sign in to comment.