Skip to content

Commit

Permalink
chore: meta tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Oct 14, 2022
1 parent a23343e commit 728303d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-unist-parser

[![npm](https://img.shields.io/npm/v/yaml-unist-parser.svg)](https://www.npmjs.com/package/yaml-unist-parser)
[![build](https://img.shields.io/travis/ikatyang/yaml-unist-parser/master.svg)](https://travis-ci.com/ikatyang/yaml-unist-parser/builds)
[![coverage](https://img.shields.io/codecov/c/github/ikatyang/yaml-unist-parser/master.svg)](https://codecov.io/gh/ikatyang/yaml-unist-parser)
[![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)
[![coverage](https://img.shields.io/codecov/c/github/prettier/yaml-unist-parser/main.svg)](https://codecov.io/gh/prettier/yaml-unist-parser)

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
".": "./lib/index.js",
"./*": "./"
},
"repository": "https://github.com/ikatyang/yaml-unist-parser",
"homepage": "https://github.com/ikatyang/yaml-unist-parser#readme",
"repository": "prettier/yaml-unist-parser",
"homepage": "https://github.com/prettier/yaml-unist-parser#readme",
"author": {
"name": "Ika",
"email": "[email protected]",
Expand Down

0 comments on commit 728303d

Please sign in to comment.