Skip to content

Commit

Permalink
Merge pull request #52 from Mogztter/issue-47-mkdirp
Browse files Browse the repository at this point in the history
resolves #47 add mkdirp as a dependency
  • Loading branch information
ggrossetie authored Apr 24, 2020
2 parents 2a635fc + cf6a1eb commit fe5b12c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 15 deletions.
76 changes: 61 additions & 15 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"dist:node": "mkdir -p dist/node && cp src/**.js dist/node/"
},
"dependencies": {
"mkdirp": "^1.0.4",
"pako": "^1.0.10",
"rusha": "^0.8.13",
"unxhr": "1.0.1"
Expand Down

0 comments on commit fe5b12c

Please sign in to comment.