From cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Mar 2019 21:01:33 +0100 Subject: remove node_modules --- node_modules/tildify/readme.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 node_modules/tildify/readme.md (limited to 'node_modules/tildify/readme.md') diff --git a/node_modules/tildify/readme.md b/node_modules/tildify/readme.md deleted file mode 100644 index 2a70d6988..000000000 --- a/node_modules/tildify/readme.md +++ /dev/null @@ -1,30 +0,0 @@ -# tildify [![Build Status](https://travis-ci.org/sindresorhus/tildify.svg?branch=master)](https://travis-ci.org/sindresorhus/tildify) - -> Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev` - - -## Install - -``` -$ npm install --save tildify -``` - - -## Usage - -```js -const tildify = require('tildify'); - -tildify('/Users/sindresorhus/dev'); -//=> '~/dev' -``` - - -## Related - -See [untildify](https://github.com/sindresorhus/untildify) for the inverse. - - -## License - -MIT © [Sindre Sorhus](https://sindresorhus.com) -- cgit v1.2.3