Skip to content

Commit a2f3261

Browse files
authored
chore(release): publish v1.0.1 (#4)
1 parent c9913a5 commit a2f3261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lint-md/ast-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The simplest abstract syntax tree walker.",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

src/Ast.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import * as Unist from 'unist';
12
import { toPath } from './helper';
23
import { getGlobalConfig } from './global';
3-
import * as Unist from 'unist';
44
import { Plugin } from './Plugin';
55

66
export class Ast {

0 commit comments

Comments
 (0)