-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1218 from YoDaMa/release_11_24_2020
release(4.2.6): bump package version
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "mqtt", | ||
"description": "A library for the MQTT protocol", | ||
"version": "4.2.5", | ||
"version": "4.2.6", | ||
"contributors": [ | ||
"Adam Rudd <[email protected]>", | ||
"Matteo Collina <[email protected]> (https://github.com/mcollina)", | ||
|
@@ -35,7 +35,7 @@ | |
"ci": "npm run tslint && npm run typescript-compile-test && npm run test && codecov" | ||
}, | ||
"pre-commit": [ | ||
"test", | ||
"pretest", | ||
"tslint" | ||
], | ||
"bin": { | ||
|