mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Update index.d.ts Fix mqtt type references. * Make the tests compatible with noImplicitAny: true. * Update version. * Add package.json for mqtt type dependency. * Remove mqtt in favour of original package definitions. * Update notNeededPackages. * Add private flag to package.json. * Trigger travis * Update subscribe options. * Fix subscribe callback.
7 lines
69 B
JSON
7 lines
69 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"mqtt": "^2.13.0"
|
|
}
|
|
}
|