Comparing version 0.1.3 to 0.1.4
@@ -7,2 +7,5 @@ ## Changelog | ||
* **v0.1.4** (2015-05-30): | ||
* [doc] [npm registry badge[(https://badge.fury.io) added. | ||
* **v0.1.3** (2015-02-11): | ||
@@ -9,0 +12,0 @@ * Doc: Read-me improvements. |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"os": [ | ||
@@ -8,0 +8,0 @@ "!win32" |
@@ -0,1 +1,3 @@ | ||
[![npm version](https://badge.fury.io/js/rreadlink.svg)](http://badge.fury.io/js/rreadlink) | ||
# rreadlink | ||
@@ -52,8 +54,8 @@ | ||
<!-- DO NOT EDIT: This chapter is updated by `make update-readme/release`. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --> | ||
## Usage | ||
<!-- DO NOT EDIT THE FENCED CODE BLOCK and RETAIN THIS COMMENT: The fenced code block below is updated by `make update-readme/release` with CLI usage information. --> | ||
``` | ||
$ rreadlink -h | ||
$ rreadlink --help | ||
@@ -116,3 +118,3 @@ | ||
<!-- DO NOT EDIT: This chapter is updated by `make update-readme/release`. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --> | ||
<!-- DO NOT EDIT THE NEXT CHAPTER and RETAIN THIS COMMENT: The next chapter is updated by `make update-readme/release` with the contents of 'LICENSE.md'. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --> | ||
@@ -129,13 +131,13 @@ ## License | ||
<!-- DO NOT EDIT: This chapter is updated by `make update-readme/release`. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --> | ||
<!-- DO NOT EDIT THE NEXT CHAPTER and RETAIN THIS COMMENT: The next chapter is updated by `make update-readme/release` with the dependencies from 'package.json'. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --> | ||
### npm Dependencies | ||
### npm dependencies | ||
* [json (D)](https://github.com/trentm/json) | ||
* [replace (D)](https://github.com/harthur/replace) | ||
* [semver (D)](https://github.com/isaacs/node-semver) | ||
* [semver (D)](https://github.com/npm/node-semver#readme) | ||
* [shall (D)](https://github.com/mklement0/shall) | ||
* [urchin (D)](https://github.com/tlevine/urchin) | ||
<!-- DO NOT EDIT: This chapter is updated by `make update-readme/release`. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --> | ||
<!-- DO NOT EDIT THE NEXT CHAPTER and RETAIN THIS COMMENT: The next chapter is updated by `make update-readme/release` with the contents of 'CHANGELOG.md'. ALSO, LEAVE AT LEAST 1 BLANK LINE AFTER THIS COMMENT. --> | ||
@@ -148,2 +150,5 @@ ## Changelog | ||
* **v0.1.4** (2015-05-30): | ||
* [doc] [npm registry badge[(https://badge.fury.io) added. | ||
* **v0.1.3** (2015-02-11): | ||
@@ -150,0 +155,0 @@ * Doc: Read-me improvements. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35894
161