We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcceb2 commit 1620313Copy full SHA for 1620313
index.js
@@ -9,6 +9,4 @@
9
* @typedef {import('./lib/index.js').BuildUrlMentionValues} BuildUrlMentionValues
10
*/
11
12
-import remarkGithub from './lib/index.js'
13
-
14
-export default remarkGithub
+export {default} from './lib/index.js'
package.json
@@ -68,7 +68,7 @@
68
"type-coverage": "^2.0.0",
69
"type-fest": "^2.0.0",
70
"typescript": "^4.0.0",
71
- "xo": "^0.46.0"
+ "xo": "^0.48.0"
72
},
73
"scripts": {
74
"build": "rimraf \"{lib,test}/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
0 commit comments