UNPKG

backoff-rxjs

Version:

A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)

11 lines (8 loc) 259 B
'use strict'; const fs = require('fs'); const content = Object.assign( {}, JSON.parse(fs.readFileSync('./package.json')), JSON.parse(fs.readFileSync('./package-dist.json')) ); fs.writeFileSync('./dist/package.json', JSON.stringify(content, null, 2));