Skip to content

Commit

Permalink
Release 1.7.7
Browse files Browse the repository at this point in the history
- use yargs version 16 to prevent breaking change in node version
  • Loading branch information
ifahrentholz committed Jul 8, 2021
1 parent b8ff416 commit 3efd2e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aem-clientlib-generator",
"version": "1.7.6",
"version": "1.7.7",
"description": "Creates configuration files for AEM ClientLibs and synchronizes assets.",
"author": {
"name": "pro!vision GmbH",
Expand Down Expand Up @@ -51,7 +51,7 @@
"fs-extra": "9.0.1",
"glob": "7.1.6",
"lodash": "4.17.21",
"yargs": "^17.0.1"
"yargs": "^16.2.0"
},
"devDependencies": {
"klaw": "3.0.0",
Expand Down

0 comments on commit 3efd2e1

Please sign in to comment.