mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-15 03:02:51 -05:00
Merge pull request #1418 from jamesgeorge007/hotfix/remove-stub-definition
fix(chore): remove stub type definition for handlebars
This commit is contained in:
commit
4fb20efe60
2 changed files with 0 additions and 8 deletions
|
@ -56,7 +56,6 @@
|
|||
"@types/async": "3.0.0",
|
||||
"@types/bunyan": "1.8.6",
|
||||
"@types/express": "4.17.0",
|
||||
"@types/handlebars": "4.1.0",
|
||||
"@types/http-errors": "1.6.1",
|
||||
"@types/jest": "24.0.15",
|
||||
"@types/lodash": "4.14.136",
|
||||
|
|
|
@ -1372,13 +1372,6 @@
|
|||
"@types/express-serve-static-core" "*"
|
||||
"@types/serve-static" "*"
|
||||
|
||||
"@types/handlebars@4.1.0":
|
||||
version "4.1.0"
|
||||
resolved "https://registry.verdaccio.org/@types%2fhandlebars/-/handlebars-4.1.0.tgz#3fcce9bf88f85fe73dc932240ab3fb682c624850"
|
||||
integrity sha512-gq9YweFKNNB1uFK71eRqsd4niVkXrxHugqWFQkeLRJvGjnxsLr16bYtcsG4tOFwmYi0Bax+wCkbf1reUfdl4kA==
|
||||
dependencies:
|
||||
handlebars "*"
|
||||
|
||||
"@types/http-errors@1.6.1":
|
||||
version "1.6.1"
|
||||
resolved "https://registry.verdaccio.org/@types%2fhttp-errors/-/http-errors-1.6.1.tgz#367744a6c04b833383f497f647cc3690b0cd4055"
|
||||
|
|
Loading…
Add table
Reference in a new issue