some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / urix / readme.md
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/urix/readme.md b/.config/coc/extensions/node_modules/coc-prettier/node_modules/urix/readme.md
deleted file mode 100644 (file)
index b258b98..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-[![Build Status](https://travis-ci.org/lydell/urix.png?branch=master)](https://travis-ci.org/lydell/urix)\r
-\r
-Overview\r
-========\r
-\r
-Makes Windows-style paths more unix and URI friendly. Useful if you work with\r
-paths that eventually will be used in URLs.\r
-\r
-```js\r
-var urix = require("urix")\r
-\r
-// On Windows:\r
-urix("c:\\users\\you\\foo")\r
-// /users/you/foo\r
-\r
-// On unix-like systems:\r
-urix("c:\\users\\you\\foo")\r
-// c:\users\you\foo\r
-```\r
-\r
-\r
-Installation\r
-============\r
-\r
-`npm install urix`\r
-\r
-```js\r
-var urix = require("urix")\r
-```\r
-\r
-\r
-Usage\r
-=====\r
-\r
-### `urix(path)` ###\r
-\r
-On Windows, replaces all backslashes with slashes and uses a slash instead of a\r
-drive letter and a colon for absolute paths.\r
-\r
-On unix-like systems it is a no-op.\r
-\r
-\r
-License\r
-=======\r
-\r
-[The X11 (“MIT”) License](LICENSE).\r