Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor authored Jul 14, 2018
1 parent 1e633e9 commit 107517b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vss.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ vss ('./python/ccxt/async_support/base/exchange.py', /\_\_version\_\_ \= \'[^\']

//-----------------------------------------------------------------------------

fs.createReadStream('package.json').pipe(fs.createWriteStream('./python/package.json'));
fs.createReadStream('LICENSE.txt').pipe(fs.createWriteStream('./python/LICENSE.txt'));
fs.createReadStream('keys.json').pipe(fs.createWriteStream('./python/keys.json'));
fs.writeFileSync ('./python/package.json', fs.readFileSync ('./package.json'));
fs.writeFileSync ('./python/LICENSE.txt', fs.readFileSync ('./LICENSE.txt'));
fs.writeFileSync ('./python/keys.json', fs.readFileSync ('./keys.json'));

//-----------------------------------------------------------------------------

log.bright.green ('Version single-sourced successfully.')
log.bright.green ('Version single-sourced successfully.')

0 comments on commit 107517b

Please sign in to comment.