UNPKG

flow-copy-source

Version:

Script to copy javascript files and append ".flow" to the filename.

72 lines (39 loc) 2.02 kB
This project follows the [Semantic Versioning](https://semver.org/) convention, so breaking changes will only be made in major version updates. ## 2.0.9 (2019-11-18) * Updated [yargs dependency](https://yargs.js.org/) from v14 to v15. ## 2.0.8 (2019-08-19) * Updated [yargs dependency](https://yargs.js.org/) from v13 to v14. ## 2.0.7 (2019-07-01) * Updated [fs-extra dependency](https://github.com/jprichardson/node-fs-extra) to 8.1.0 now that graceful-fs fixed its incompatibility with fs-extra. ## 2.0.6 (2019-05-12) * Reverted [fs-extra dependency](https://github.com/jprichardson/node-fs-extra) back to 7.0 because of an [incompatibility with graceful-fs](https://github.com/jprichardson/node-fs-extra/issues/664) because of a [graceful-fs bug](https://github.com/isaacs/node-graceful-fs/issues/158) in some Node versions. ## 2.0.5 (2019-05-12) * Updated [fs-extra dependency](https://github.com/jprichardson/node-fs-extra) to 8.0. ## 2.0.4 (2019-04-30) * Updated [chokidar dependency](https://github.com/paulmillr/chokidar) from v2 to v3. ## 2.0.3 (2019-02-12) * Updated [yargs dependency](https://yargs.js.org/) from v12 to v13. ## 2.0.2 (2018-07-18) * Updated [fs-extra dependency](https://github.com/jprichardson/node-fs-extra) to 7.0. ## 2.0.1 (2018-06-29) * Updated [yargs dependency](https://yargs.js.org/) from ^11.1.0 to ^12.0.1. ## 2.0.0 (2018-06-04) * Updated fs-extra and [drop support for Node.js versions before 8](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#600--2018-05-01). ## 1.3.0 (2018-02-05) * Support `.mjs` extension by default in addition to `.js` and `.jsx`. ## 1.2.2 (2018-01-27) * Chokidar, fs-extra, and yargs dependencies updated to latest versions. ## 1.2.1 (2017-08-23) * Upgraded the Kefir dependency to the latest version for compatibility with Flow. ## 1.2.0 (2017-06-25) * Added the `-w`/`--watch` option. ## 1.1.0 (2016-08-11) * Added the `--ignore` option. ## 1.0.2 (2016-03-21) * First documented and stable release.