Skip to content

Commit

Permalink
Merge pull request #200 from no23reason/mkdirp
Browse files Browse the repository at this point in the history
fix: declare mkdirp as a dependency
  • Loading branch information
no23reason authored May 2, 2020
2 parents 7d99368 + 3c9ef8c commit 7988d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"mkdirp": "^1.0.3",
"uuid": "^7.0.0",
"xmlbuilder": "^15.1.0"
},
Expand All @@ -44,7 +45,6 @@
"cz-conventional-changelog": "^3.1.0",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"mkdirp": "^1.0.3",
"semantic-release": "^17.0.4",
"ts-jest": "^25.2.1",
"typescript": "^3.7.2",
Expand Down

0 comments on commit 7988d9f

Please sign in to comment.