Skip to content

Commit

Permalink
fix: upgrading walkdir to 0.4.0 to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
soldair committed May 14, 2019
1 parent 1c3afe3 commit 3b7d13f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,8 @@
"pretest": "npm run compile",
"pretest-one": "npm run compile",
"posttest": "npm run check",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"env": "env"
},
"author": "Ryan Day <ryaneday@google.com>",
"license": "Apache 2.0",
Expand All @@ -39,6 +40,6 @@
"p-retry": "^3.0.1",
"request": "^2.88.0",
"tar": "^4.4.8",
"walkdir": "^0.3.2"
"walkdir": "^0.4.0"
}
}

0 comments on commit 3b7d13f

Please sign in to comment.