Skip to content

Commit

Permalink
fix(deps): add explicit read-pkg and semver dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meatwallace authored and antongolub committed Jun 12, 2019
1 parent 45e641c commit d862695
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 29 deletions.
108 changes: 80 additions & 28 deletions npm-shrinkwrap.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
},
"dependencies": {
"app-root-path": "^2.2.1",
"lodash": "^4.17.11"
"lodash": "^4.17.11",
"read-pkg": "^5.1.1",
"semver": "^6.1.1"
},
"release": {
"branch": "master",
Expand Down

0 comments on commit d862695

Please sign in to comment.