Skip to content

Commit

Permalink
Fix #11. Update beautifiers to fix peerDependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Mar 15, 2018
1 parent 7133e8b commit 84ec912
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
45 changes: 24 additions & 21 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
"vscode": "^1.1.4"
},
"dependencies": {
"@unibeautify/beautifier-eslint": "^0.4.0",
"@unibeautify/beautifier-js-beautify": "^0.3.1",
"@unibeautify/beautifier-prettier": "^0.7.3",
"@unibeautify/beautifier-prettydiff": "^0.5.2",
"@unibeautify/beautifier-eslint": "^0.4.1",
"@unibeautify/beautifier-js-beautify": "^0.3.2",
"@unibeautify/beautifier-prettier": "^0.7.5",
"@unibeautify/beautifier-prettydiff": "^0.5.3",
"diff": "^3.3.0",
"eslint": "^4.18.2",
"js-beautify": "^1.7.5",
"prettier": "^1.11.1",
"prettydiff2": "^2.2.7",
"unibeautify": "0.10.1"
"unibeautify": "^0.10.1"
}
}

0 comments on commit 84ec912

Please sign in to comment.