diff --git a/README.md b/README.md index 2959195..5f6dd43 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ Store `.env` files securely in GitHub and share them across different machines a +- [Features](#features) +- [Setup](#setup) +- [Quick start](#quick-start) +- [Motivation](#motivation) +- [Configuration](#configuration) + * [`repository`](#repository) + * [`pattern`](#pattern) + * [`fileName`](#filename) +- [How it works](#how-it-works) +- [License](#license) +- [Credits](#credits) + ## Features diff --git a/package-lock.json b/package-lock.json index 10ed965..6bbfd4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ghenv", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7dd77e7..64057c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghenv", - "version": "0.1.4", + "version": "0.1.5", "description": "Store .env files securely in GitHub and share them across different machines and people.", "bin": "ghenv.js", "main": "ghenv.js",