From 0469abd4a9c9270a1fdc962969e36e63699af8b4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 10 Dec 2017 21:51:33 +0100 Subject: upgrade dependencies --- node_modules/binary-extensions/readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'node_modules/binary-extensions/readme.md') 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) -- cgit v1.2.3