UNPKG
egyptionize
Version:
latest (1.0.0)
1.0.0
Make Time Estimations Readable For Egyptions
egyptionize
/
rollup.config.js
9 lines
(8 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export default {
input
:
"src/index.js"
, output: { format:
"amd"
, file:
"dist/bundle.amd.js"
, name:
"getEgyptionizedTime"
} };