From 12b581dcc35e8abfb7d845cf5720ec3ba6892fb4 Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Sun, 12 Nov 2017 23:07:55 +0100 Subject: [PATCH 1/4] Update badges and add NPM badges --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6073cd8..a875a29 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # sks-lib +[![npm package](https://img.shields.io/npm/v/sks-lib.svg)](https://www.npmjs.com/package/sks-lib) [![npm license](https://img.shields.io/npm/l/sks-lib.svg)](https://github.com/ntzwrk/sks-lib/blob/develop/LICENSE.md) + - - + + - - + +
developTravis Build Status for developDependency Status for developTravis Build Status for developDependency Status for develop
masterTravis Build Status for masterDependency Status for masterTravis Build Status for masterDependency Status for master

From b6fd846a68e3bae569f25b2f684573219b97ff52 Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Wed, 15 Nov 2017 07:45:39 +0100 Subject: [PATCH 2/4] Fix linguist overrides --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index faf52c6..5a7b70a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -docs/code/* linguist-documentation +test/assets/* linguist-vendored From a84ddfcfda463276cd5c7a282ae8cbadbce5b1c4 Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Thu, 23 Nov 2017 23:18:00 +0100 Subject: [PATCH 3/4] Add npmignore, since NPM ignores everything in gitignore without it --- .npmignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..e69de29 From cfc82aa240c49e334a3a4620bfab76411cf81b38 Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Thu, 23 Nov 2017 23:23:03 +0100 Subject: [PATCH 4/4] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b20019..22f28ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sks-lib", - "version": "1.0.0", + "version": "1.0.1", "description": "A JavaScript/TypeScript library to interact with SKS keyservers", "author": "vsund", "license": "GPL-3.0",