Skip to content

Commit

Permalink
Update version and license.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRClark committed Jun 4, 2021
1 parent 9df7f7d commit fb31137
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -24,14 +25,12 @@
"typescript": "^4.2.2"
},
"dependencies": {
"aws-sdk": "^2.862.0",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"log-timestamp": "^0.3.0",
"recurly": "^4.0.0"
},
"author": "WilliamRClark",
"license": "ISC"
"author": "WilliamRClark"
}
7 changes: 6 additions & 1 deletion component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-file-select",
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -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"
}

0 comments on commit fb31137

Please sign in to comment.