Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 22, 2021
1 parent d26f55b commit d3eb25e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,15 @@
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"chalk": "^4.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"rimraf": "^3.0.0",
"strip-ansi": "^6.0.0",
"strip-ansi": "^7.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.38.0"
"xo": "^0.39.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
Expand All @@ -73,6 +72,7 @@
"prettier": true,
"rules": {
"complexity": "off",
"unicorn/prefer-switch": "off",
"no-var": "off",
"prefer-arrow-callback": "off"
}
Expand Down

0 comments on commit d3eb25e

Please sign in to comment.