-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Considering the following facts about this library:
- Huge user base
- Used on both server-side and client-side
- Frequent update schedule
It is asking to extend the library's root with a version object, similar to that of Angular JS:
require('bluebird').version = {
name: 'false-positives-slayer',
full: '3.3.4',
major: 3,
minor: 3,
build: 4
};It will help with the diagnostics in libraries built on extensive use of bluebird.
Reactions are currently unavailable