Skip to content

Commit

Permalink
chore: update readme and package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefiozie committed Dec 8, 2020
1 parent ba3c18d commit ce29e09
Show file tree
Hide file tree
Showing 5 changed files with 3,208 additions and 27,476 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,7 @@
```json
"deploy": {
"builder": "@jefiozie/ngx-aws-deploy:deploy",
"options": {},
"configurations": {
"production": {
"configuration": "production",
"region": "A-REGION",
"bucket": "A-BUCKET"
}
}
"options": {}
}
```
7. Run `ng deploy` to deploy your application to Amazon S3.
Expand Down
9 changes: 1 addition & 8 deletions libs/ngx-aws-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,7 @@
```json
"deploy": {
"builder": "@jefiozie/ngx-aws-deploy:deploy",
"options": {},
"configurations": {
"production": {
"configuration": "production",
"region": "A-REGION",
"bucket": "A-BUCKET"
}
}
"options": {}
}
```
7. Run `ng deploy` to deploy your application to Amazon S3.
Expand Down
12 changes: 10 additions & 2 deletions libs/ngx-aws-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@
"ng deploy"
],
"author": "Jeffrey Bosch",
"license": "MIT"
}
"license": "MIT",
"dependencies": {
"@angular-devkit/architect": ">=0.901.0",
"@angular-devkit/core": ">=8.0.0",
"@angular-devkit/schematics": ">=8.0.0",
"aws-sdk": "^2.599.0",
"glob": "^7.1.6",
"mime-types": "^2.1.26"
},
}
Loading

0 comments on commit ce29e09

Please sign in to comment.