diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-12-10 21:51:33 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-12-10 21:51:33 +0100 |
commit | 0469abd4a9c9270a1fdc962969e36e63699af8b4 (patch) | |
tree | f9864d4a4148621378958794cbbfdc2393733283 /node_modules/binary-extensions/readme.md | |
parent | 6947e79bbc258f7bc96af424ddb71a511f0c15a3 (diff) |
upgrade dependencies
Diffstat (limited to 'node_modules/binary-extensions/readme.md')
-rw-r--r-- | node_modules/binary-extensions/readme.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/binary-extensions/readme.md b/node_modules/binary-extensions/readme.md index 4f8f284a3..c0b5348c7 100644 --- a/node_modules/binary-extensions/readme.md +++ b/node_modules/binary-extensions/readme.md @@ -8,26 +8,26 @@ The list is just a [JSON file](binary-extensions.json) and can be used wherever. ## Install ``` -$ npm install --save binary-extensions +$ npm install binary-extensions ``` ## Usage ```js -var binaryExtensions = require('binary-extensions'); +const binaryExtensions = require('binary-extensions'); console.log(binaryExtensions); -//=> ['3ds', '3g2', ...] +//=> ['3ds', '3g2', …] ``` ## Related -- [`is-binary-path`](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file -- [`text-extensions`](https://github.com/sindresorhus/text-extensions) - List of text file extensions +- [is-binary-path](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file +- [text-extensions](https://github.com/sindresorhus/text-extensions) - List of text file extensions ## License -MIT © [Sindre Sorhus](http://sindresorhus.com) +MIT © [Sindre Sorhus](https://sindresorhus.com) |