From 13013c9298f5e6feb6c3fc76164d9df9823e2d4f Mon Sep 17 00:00:00 2001 From: djfdyuruiry Date: Thu, 16 May 2019 15:37:14 +0100 Subject: [PATCH] v1.0.0 --- LICENSE | 21 +++++++++++++++++++++ README.md | 4 ++++ package.json | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b9e7f0a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Matthew Snoddy + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 5d71419..9249f89 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,12 @@ This project aims to improve upon the existing Yarn package manager audit functionality. +GitHub Repo: https://github.com/djfdyuruiry/improved-yarn-audit + [![NPM](https://nodei.co/npm/improved-yarn-audit.png)](https://nodei.co/npm/improved-yarn-audit/) +---- + Currently `yarn audit` has several issues making it difficult to use in a CI pipeline: - No way to ignore advisories diff --git a/package.json b/package.json index 934b46d..55c3f7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "improved-yarn-audit", "description": "A wrapper around yarn audit that fixes many issues", - "version": "1.0.0-rc1", + "version": "1.0.0", "license": "MIT", "author": "Matthew Snoddy", "main": "bin/improved-yarn-audit",