From b009b50e81b6c1d0d691505b5f5c0418f559bfc0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 23:19:58 +0100 Subject: Remove Atom config --- .../node_modules/underscore-plus/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 atom/packages/vim-mode-visual-block/node_modules/underscore-plus/README.md (limited to 'atom/packages/vim-mode-visual-block/node_modules/underscore-plus/README.md') diff --git a/atom/packages/vim-mode-visual-block/node_modules/underscore-plus/README.md b/atom/packages/vim-mode-visual-block/node_modules/underscore-plus/README.md deleted file mode 100644 index dd7b4c0..0000000 --- a/atom/packages/vim-mode-visual-block/node_modules/underscore-plus/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# underscore-plus [![Build Status](https://travis-ci.org/atom/underscore-plus.svg?branch=master)](https://travis-ci.org/atom/underscore-plus) - -Takes the great [underscore](http://underscorejs.org/) library and adds a few -more things. - -## Using - -```sh -npm install underscore-plus -``` - -```coffeescript -_ = require 'underscore-plus' # Has all underscore methods and more -``` -- cgit