From 728303ddf6e084120f36c0849a7c07036627fe29 Mon Sep 17 00:00:00 2001 From: fisker Cheung Date: Fri, 14 Oct 2022 14:54:08 +0800 Subject: [PATCH] chore: meta tweak --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd57847..e311340 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index bf6bebb..e7c2e5a 100644 --- a/package.json +++ b/package.json @@ -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": "ikatyang@gmail.com",