diff --git a/.gitattributes b/.gitattributes index faf52c6..5a7b70a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -docs/code/* linguist-documentation +test/assets/* linguist-vendored diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..e69de29 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

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",