Skip to content

Commit 1620313

Browse files
committed
Update dev-dependencies
1 parent 0fcceb2 commit 1620313

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@
99
* @typedef {import('./lib/index.js').BuildUrlMentionValues} BuildUrlMentionValues
1010
*/
1111

12-
import remarkGithub from './lib/index.js'
13-
14-
export default remarkGithub
12+
export {default} from './lib/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"type-coverage": "^2.0.0",
6969
"type-fest": "^2.0.0",
7070
"typescript": "^4.0.0",
71-
"xo": "^0.46.0"
71+
"xo": "^0.48.0"
7272
},
7373
"scripts": {
7474
"build": "rimraf \"{lib,test}/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",

0 commit comments

Comments
 (0)