Comparing version 0.1.2 to 0.1.3
@@ -7,2 +7,5 @@ ## Changelog | ||
* **v0.1.3** (2015-02-11): | ||
* Doc: Read-me improvements. | ||
* **v0.1.2** (2015-02-11): | ||
@@ -9,0 +12,0 @@ * Doc: Read-me and CLI help improvements. |
{ | ||
"name": "rreadlink", | ||
"description": "A Unix CLI that prints a symlink's complete chain of targets using absolute paths.", | ||
"description": "A multi-platform Unix CLI that prints a symlink's complete chain of targets using absolute paths.", | ||
"private": false, | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"os": [ | ||
@@ -7,0 +7,0 @@ "!win32" |
@@ -23,3 +23,3 @@ # rreadlink | ||
Any Unix-like platform with POSIX-compatible utilities, with `bash` installed. | ||
Any Unix-like platform with POSIX-compatible utilities, with `bash` installed; for instance, Linux and OS X. | ||
@@ -146,2 +146,5 @@ ## Quick Examples | ||
* **v0.1.3** (2015-02-11): | ||
* Doc: Read-me improvements. | ||
* **v0.1.2** (2015-02-11): | ||
@@ -148,0 +151,0 @@ * Doc: Read-me and CLI help improvements. |
Sorry, the diff of this file is not supported yet
30800
156