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 d070ada commit bfab9c7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"devDependencies": {
"browserify": "^16.0.0",
"cssnano": "^4.0.0",
"levenshtein-edit-distance": "^2.0.4",
"levenshtein-edit-distance": "^2.0.0",
"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",
"tinyify": "^2.5.0",
"xo": "^0.24.0"
"postcss-preset-env": "^6.0.0",
"prettier": "^1.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.0.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 bfab9c7

Please sign in to comment.