Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 20, 2021
1 parent acdfb8f commit 0e29833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
* @typedef {import('./lib/factory.js').Options} Options
*/

import retextEquality from './en.js'

export default retextEquality
export {default} from './en.js'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/mdast": "^3.0.0",
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"chalk": "^4.0.0",
"chalk": "^5.0.0",
"is-hidden": "^2.0.0",
"js-yaml": "^4.0.0",
"mdast-util-heading-range": "^3.0.0",
Expand All @@ -92,7 +92,7 @@
"typescript": "^4.0.0",
"unist-builder": "^3.0.0",
"vfile-sort": "^3.0.0",
"xo": "^0.46.0"
"xo": "^0.47.0"
},
"scripts": {
"build": "rimraf \"{lib,script}/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
Expand Down

0 comments on commit 0e29833

Please sign in to comment.