Don't include patch version in header

This commit is contained in:
Gregor Yushinov
2017-11-06 17:51:28 +01:00
parent 811ab53955
commit 1c4f1ef167

View File

@@ -1,4 +1,4 @@
// Type definitions for bull 3.3.5
// Type definitions for bull 3.3
// Project: https://github.com/OptimalBits/bull
// Definitions by: Bruno Grieder <https://github.com/bgrieder>
// Cameron Crothers <https://github.com/JProgrammer>
@@ -233,7 +233,7 @@ declare namespace Bull {
failed: number;
delayed: number;
}
interface JobInformation {
key: string;
name: string;