Skip to content

Commit

Permalink
(format): alphabetize package.json deps (#398)
Browse files Browse the repository at this point in the history
- this is done automatically when adding a dependency via Yarn / NPM
  - (but not when doing so manually)
  - format as separate commit so it won't need to be repeated or
    randomly introduced in others
  • Loading branch information
agilgur5 authored and swyxio committed Dec 28, 2019
1 parent 387f3c2 commit 27ba1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,8 +62,8 @@
"babylon": "^6.18.0",
"camelcase": "^5.0.0",
"chalk": "^2.4.2",
"cross-env": "6.0.3",
"chokidar-cli": "^1.2.2",
"cross-env": "6.0.3",
"cross-spawn": "^6.0.5",
"enquirer": "^2.3.0",
"eslint": "^6.1.0",
Expand Down Expand Up @@ -112,8 +112,8 @@
"@types/ms": "^0.7.30",
"@types/node": "^13.1.0",
"@types/ora": "^3.2.0",
"@types/react": "^16.9.11",
"@types/ps-tree": "^1.1.0",
"@types/react": "^16.9.11",
"@types/rollup-plugin-json": "^3.0.2",
"@types/rollup-plugin-sourcemaps": "^0.4.2",
"husky": "^3.0.9",
Expand Down

0 comments on commit 27ba1dd

Please sign in to comment.