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 23, 2020
1 parent 2585ad7 commit 68d82ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
coverage/
*.html
*.json
*.md
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lerna": "^3.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"rehype-parse": "^6.0.0",
"rehype-stringify": "^7.0.0",
"rehype-parse": "^7.0.0",
"rehype-stringify": "^8.0.0",
"remark-cli": "^8.0.0",
"remark-html": "^11.0.0",
"remark-parse": "^8.0.0",
Expand All @@ -29,11 +29,11 @@
"tape": "^5.0.0",
"unified": "^9.0.0",
"unist-builder": "^2.0.0",
"xo": "^0.30.0"
"xo": "^0.32.0"
},
"scripts": {
"postinstall": "lerna bootstrap --no-ci",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier . --write && xo --fix",
"test-api": "tape \"packages/*/test.js\" \"packages/*/test/**/*.js\"",
"test-coverage": "nyc --reporter lcov tape \"packages/*/test.js\" \"packages/*/test/**/*.js\"",
"test": "npm run format && npm run test-coverage"
Expand Down

0 comments on commit 68d82ef

Please sign in to comment.