v1.3.1: `package` deprecation warning (it is now `pkg`)
Add a depreciation warning for package
In #113 we replaced package
with pkg
to define the redis driver package you want to use with node-resque. This change adds a deprecation warning if you are still using package
, but will now source it.
- by @krishnaglick via #118