UNPKG
machinepack-bitly
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
Work with the bitly API
machinepack-bitly
/
index.js
6 lines
(5 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
// This is a boilerplate file which should not need to be changed.
module
.
exports
=
require
(
'machine'
).
pack
({
pkg
:
require
(
'./package.json'
),
dir
: __dirname });