Skip to content

Commit bf1b8e0

Browse files
committed
chore: fix badges
1 parent 71468d2 commit bf1b8e0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.versionrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"preset": "angular",
33
"scripts": {
4-
"postchangelog": "prettier --write CHANGELOG.md"
5-
}
4+
"postchangelog": "prettier --write changelog.md"
5+
},
6+
"infile": "changelog.md"
67
}
File renamed without changes.
File renamed without changes.

README.md renamed to readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# yaml-unist-parser
22

3-
[![npm](https://img.shields.io/npm/v/yaml-unist-parser.svg)](https://www.npmjs.com/package/yaml-unist-parser)
4-
[![build](https://img.shields.io/github/workflow/status/prettier/yaml-unist-parser/CI)](https://github.com/prettier/yaml-unist-parser/actions?query=workflow%3ACI+branch%3Amain)
5-
[![coverage](https://img.shields.io/codecov/c/github/prettier/yaml-unist-parser/main.svg)](https://codecov.io/gh/prettier/yaml-unist-parser)
3+
[![npm](https://img.shields.io/npm/v/yaml-unist-parser.svg?style=flat-square)](https://www.npmjs.com/package/yaml-unist-parser)
4+
[![coverage](https://img.shields.io/codecov/c/github/prettier/yaml-unist-parser.svg?style=flat-square)](https://codecov.io/gh/prettier/yaml-unist-parser)
65

76
A YAML parser that produces output compatible with [unist](https://github.com/syntax-tree/unist)
87

9-
[Changelog](https://github.com/ikatyang/yaml-unist-parser/blob/master/CHANGELOG.md)
8+
[Changelog](https://github.com/prettier/yaml-unist-parser/blob/main/changelog.md)
109

1110
## Features
1211

1312
- better node positioning
1413
- better comment attaching
15-
- [unist-compatible AST](https://github.com/ikatyang/yaml-unist-parser/blob/master/src/types.ts)
14+
- [unist-compatible AST](https://github.com/prettier/yaml-unist-parser/blob/main/src/types.ts)
1615

1716
## Install
1817

0 commit comments

Comments
 (0)