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.
2 parents c221b51 + 7666260 commit e9f4247Copy full SHA for e9f4247
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "remark-corepass",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "A Remark plugin to transform CorePass notations into markdown links.",
5
"main": "dist/index.js",
6
"types": "types/index.d.ts",
types/index.d.ts
@@ -8,5 +8,5 @@ declare module 'remark-corepass' {
8
9
function remarkCorepass(options?: CorepassOptions): (ast: Node) => void;
10
11
- export = remarkCorepass;
+ export default remarkCorepass;
12
}
0 commit comments