Skip to content

Commit

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

import remarkGithub from './lib/index.js'

export default remarkGithub
export {default} from './lib/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"type-coverage": "^2.0.0",
"type-fest": "^2.0.0",
"typescript": "^4.0.0",
"xo": "^0.46.0"
"xo": "^0.48.0"
},
"scripts": {
"build": "rimraf \"{lib,test}/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
Expand Down

0 comments on commit 1620313

Please sign in to comment.