Skip to content

Commit 6ebb3c9

Browse files
docs(readme): fix broken badge URL (#85)
1 parent 66e0c23 commit 6ebb3c9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @npmcli/package-json
22

33
[![npm version](https://img.shields.io/npm/v/@npmcli/package-json)](https://www.npmjs.com/package/@npmcli/package-json)
4-
[![Build Status](https://img.shields.io/github/workflow/status/npm/package-json/node-ci)](https://github.com/npm/package-json)
4+
[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/package-json/ci.yml?branch=main)](https://github.com/npm/package-json)
55

66
Programmatic API to update `package.json` files. Updates and saves files the
77
same way the **npm cli** handles them.
@@ -232,4 +232,3 @@ Saves the current `content` to the same location used when calling
232232
## LICENSE
233233

234234
[ISC](./LICENSE)
235-

0 commit comments

Comments
 (0)