UNPKG
machinepack-mandrill
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
0.5.0
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.1
Machines for talking to the Mandrill API.
machinepack-mandrill
/
index.js
6 lines
(5 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
// Export Machine.pack() object for convenience
module
.
exports
=
require
(
'machine'
).
pack
({
pkg
:
require
(
'./package.json'
),
dir
: __dirname });