Skip to content

Commit

Permalink
Fix file casing and add travis badge, version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalentine007 committed May 19, 2018
1 parent 837f415 commit 3052ca1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/jgalentine007/no-secrets.svg?branch=master)](https://travis-ci.org/jgalentine007/no-secrets)

# no-secrets #

Smudge and clean filter script for keeping secrets out of your Git repositories and build systems. You can use this if you are unable to use an environment variable approach (or don't want to) or do not want the complexity of a key management system.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "no-secrets",
"version": "1.0.6",
"version": "1.0.7",
"description": "Smudge and clean filter toolset for keeping secrets out of your Git repositories and build systems.",
"main": "./src/index.js",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3052ca1

Please sign in to comment.