Nightly cleanup 06-03-2019

1. Add handlebars depdencies missed in #33518, which deprecated
@types/handlebars now that handlebars ships its own types.
2. Add project homepage for kafkajs.
This commit is contained in:
Nathan Shively-Sanders 2019-03-06 09:53:22 -08:00
parent eae4310ec6
commit a205830fc9
7 changed files with 37 additions and 1 deletions

View File

@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"handlebars": "^4.1.0"
}
}

View File

@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"handlebars": "^4.1.0"
}
}

6
types/hbs/package.json Normal file
View File

@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"handlebars": "^4.1.0"
}
}

View File

@ -1,5 +1,5 @@
// Type definitions for kafkajs 1.4
// Project: https://github.com/tulios/kafkajs
// Project: https://github.com/tulios/kafkajs, https://kafka.js.org
// Definitions by: Michal Kaminski <https://github.com/michal-b-kaminski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.9

View File

@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"handlebars": "^4.1.0"
}
}

View File

@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"handlebars": "^4.1.0"
}
}

6
types/swag/package.json Normal file
View File

@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"handlebars": "^4.1.0"
}
}