Skip to content

Commit

Permalink
Minor Bugfix and update dependencies
Browse files Browse the repository at this point in the history
- directories can now be created recursivly (thanks @samuelmeuli)
- update dependencies
  • Loading branch information
Ingo Fahrentholz committed Aug 13, 2019
1 parent e6cd9a2 commit 646b721
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 39 deletions.
99 changes: 65 additions & 34 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aem-clientlib-generator",
"version": "1.4.3",
"version": "1.4.4",
"description": "Creates configuration files for AEM ClientLibs and synchronizes assets.",
"author": {
"name": "pro!vision GmbH",
Expand Down Expand Up @@ -43,15 +43,15 @@
"clientlib": "bin/clientlib-cli.js"
},
"dependencies": {
"async": "3.0.0",
"fs-extra": "8.0.1",
"async": "3.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"lodash": "4.17.15",
"yargs": "13.2.4"
"yargs": "13.3.0"
},
"devDependencies": {
"klaw": "3.0.0",
"mocha": "6.1.4"
"mocha": "6.2.0"
},
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 646b721

Please sign in to comment.