From fb3113750c2ad7306ef1fce5dab50e7a0b50023d Mon Sep 17 00:00:00 2001 From: WilliamRClark Date: Fri, 4 Jun 2021 09:35:37 -0400 Subject: [PATCH] Update version and license. --- api/package.json | 5 ++--- component/package.json | 7 ++++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/api/package.json b/api/package.json index 230792d..4350644 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,7 @@ { "name": "account-manager-api", "version": "1.0.0", + "license": "Apache-2.0", "description": "NodeJS / Express API to support account manager app", "main": "index.js", "scripts": { @@ -24,7 +25,6 @@ "typescript": "^4.2.2" }, "dependencies": { - "aws-sdk": "^2.862.0", "body-parser": "^1.19.0", "colors": "^1.4.0", "cors": "^2.8.5", @@ -32,6 +32,5 @@ "log-timestamp": "^0.3.0", "recurly": "^4.0.0" }, - "author": "WilliamRClark", - "license": "ISC" + "author": "WilliamRClark" } diff --git a/component/package.json b/component/package.json index a34f473..852cf1a 100644 --- a/component/package.json +++ b/component/package.json @@ -1,6 +1,6 @@ { "name": "ngx-file-select", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve", @@ -49,5 +49,10 @@ "tslint": "~6.1.0", "typescript": "~4.0.2" }, + "homepage": "https://github.com/Encanto/ngx-file-select#readme", + "repository": { + "type": "git", + "url": "https://github.com/Encanto/ngx-file-select" + }, "license": "Apache 2.0" }