Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 9, 2019
1 parent 6e1634a commit 1d3302e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"postcss-cli": "^6.0.0",
"postcss-preset-env": "^6.6.0",
"prettier": "^1.12.1",
"rehype-cli": "^7.0.0",
"rehype-preset-minify": "^3.0.0",
"rehype-prevent-favicon-request": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"stylelint": "^10.0.0",
"stylelint-config-standard": "^18.0.0",
"rehype-cli": "^8.0.0",
"rehype-preset-minify": "^4.0.0",
"rehype-prevent-favicon-request": "^2.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"tinyify": "^2.5.0",
"xo": "^0.24.0"
"xo": "^0.25.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix && stylelint src/index.css --fix",
Expand Down

0 comments on commit 1d3302e

Please sign in to comment.