Skip to content

Commit

Permalink
Merge pull request #9 from wildbit/bug/fix-directory-tree-dependency
Browse files Browse the repository at this point in the history
Fix directory tree dependency
  • Loading branch information
derekrushforth committed Jun 27, 2019
2 parents a098d5f + 3fbd6cf commit 0e81a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "postmark-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "A CLI tool for managing templates, sending emails, and fetching servers on Postmark.",
"main": "./dist/index.js",
"dependencies": {
"@types/traverse": "^0.6.32",
"chalk": "^2.4.2",
"directory-tree": "^2.2.3",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.1",
"lodash": "^4.17.11",
Expand All @@ -32,7 +33,6 @@
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"chai": "^4.1.2",
"directory-tree": "^2.2.3",
"eslint": "^5.16.0",
"execa": "^1.0.0",
"mocha": "^5.2.0",
Expand Down

0 comments on commit 0e81a68

Please sign in to comment.