Skip to content

Commit

Permalink
Fix banner formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pik-9 committed Feb 18, 2020
1 parent 76e1882 commit 10024b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# schluessel
![Node.js CI](https://github.com/Pik-9/schluessel/workflows/Node.js%20CI/badge.svg?branch=master&event=push)
![npm](https://img.shields.io/npm/v/schluessel)
![GitHub](https://img.shields.io/github/license/Pik-9/schluessel)
![GitHub](https://img.shields.io/github/license/Pik-9/schluessel)

Node.js package for storing application credentials (API keys, database passwords, etc.) encrypted in your repository.

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schluessel",
"version": "0.1.1",
"version": "0.1.2",
"description": "Rails like credentials store for database passwords, API keys, etc. encrypted in your repository.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 10024b0

Please sign in to comment.