backup-rotation
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "backup-rotation", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "CC-BY-3.0", | ||
@@ -34,4 +34,4 @@ "description": "This script allows you to create a local or remote backup rotation for your files.", | ||
"devDependencies": { | ||
"documentation-website": "^1.0.82" | ||
"documentation-website": "^1.0.84" | ||
} | ||
} |
@@ -13,2 +13,5 @@ <!-- #!/usr/bin/env markdown | ||
Project status | ||
-------------- | ||
[![npm version](https://badge.fury.io/js/backup-rotation.svg)](https://www.npmjs.com/package/backup-rotation) | ||
@@ -18,5 +21,5 @@ [![downloads](https://img.shields.io/npm/dy/backup-rotation.svg)](https://www.npmjs.com/package/backup-rotation) | ||
[![dependencies](https://img.shields.io/david/thaibault/backup-rotation.svg)](https://david-dm.org/thaibault/backup-rotation) | ||
[![devDependencies](https://img.shields.io/david/dev/thaibault/backup-rotation.svg)](https://david-dm.org/thaibault/backup-rotation?type=dev) | ||
[![peerDependencies](https://img.shields.io/david/peer/thaibault/backup-rotation.svg)](https://david-dm.org/thaibault/backup-rotation?type=peer) | ||
[![documentation-website](https://img.shields.io/website-up-down-green-red/http/torben.website/backupRotation.svg?label=documentation-website)](http://torben.website/backupRotation) | ||
[![development dependencies](https://img.shields.io/david/dev/thaibault/backup-rotation.svg)](https://david-dm.org/thaibault/backup-rotation?type=dev) | ||
[![peer dependencies](https://img.shields.io/david/peer/thaibault/backup-rotation.svg)](https://david-dm.org/thaibault/backup-rotation?type=peer) | ||
[![documentation website](https://img.shields.io/website-up-down-green-red/http/torben.website/backupRotation.svg?label=documentation-website)](http://torben.website/backupRotation) | ||
@@ -23,0 +26,0 @@ Use case |
14788
99