Skip to content

Commit

Permalink
Merge pull request #56 from eladb/patch-1
Browse files Browse the repository at this point in the history
fix: missing dependency on fs-extra
  • Loading branch information
Anifacted authored Nov 19, 2019
2 parents 84720b5 + d967bd5 commit 25aafb1
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 @@ -22,14 +22,14 @@
"inquirer-autocomplete-prompt": "^0.12.1",
"lodash": "^4.17.4",
"meow": "^4.0.0",
"fs-extra": "^7.0.0",
"minimist": "^1.2.0",
"semver-compare": "^1.0.0"
},
"devDependencies": {
"@rauschma/stringio": "^1.4.0",
"eslint": "^4.14.0",
"eslint-config-pretty-standard": "^1.1.0",
"fs-extra": "^7.0.0",
"jest": "^23.4.2",
"node-publisher": "^1.4.0",
"prettier": "^1.9.2",
Expand Down

0 comments on commit 25aafb1

Please sign in to comment.