Skip to content

Commit 280ad2f

Browse files
ruyadornoisaacs
authored andcommittedDec 17, 2019
chore: cleanup, force 100% test cov
1 parent d370dba commit 280ad2f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# npm-registry-fetch [![npm version](https://img.shields.io/npm/v/npm-registry-fetch.svg)](https://npm.im/npm-registry-fetch) [![license](https://img.shields.io/npm/l/npm-registry-fetch.svg)](https://npm.im/npm-registry-fetch) [![Travis](https://img.shields.io/travis/npm/npm-registry-fetch/latest.svg)](https://travis-ci.org/npm/npm-registry-fetch) [![AppVeyor](https://img.shields.io/appveyor/ci/npm/npm-registry-fetch/latest.svg)](https://ci.appveyor.com/project/npm/npm-registry-fetch) [![Coverage Status](https://coveralls.io/repos/github/npm/npm-registry-fetch/badge.svg?branch=latest)](https://coveralls.io/github/npm/npm-registry-fetch?branch=latest)
1+
# npm-registry-fetch
2+
3+
[![npm version](https://img.shields.io/npm/v/npm-registry-fetch.svg)](https://npm.im/npm-registry-fetch)
4+
[![license](https://img.shields.io/npm/l/npm-registry-fetch.svg)](https://npm.im/npm-registry-fetch)
5+
[![Travis](https://img.shields.io/travis/npm/npm-registry-fetch/latest.svg)](https://travis-ci.org/npm/npm-registry-fetch)
6+
[![AppVeyor](https://img.shields.io/appveyor/ci/npm/npm-registry-fetch/latest.svg)](https://ci.appveyor.com/project/npm/npm-registry-fetch)
7+
[![Coverage Status](https://coveralls.io/repos/github/npm/npm-registry-fetch/badge.svg?branch=latest)](https://coveralls.io/github/npm/npm-registry-fetch?branch=latest)
28

39
[`npm-registry-fetch`](https://github.com/npm/npm-registry-fetch) is a Node.js
410
library that implements a `fetch`-like API for accessing npm registry APIs

‎appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
3-
- nodejs_version: "9"
3+
- nodejs_version: "12"
4+
- nodejs_version: "10"
45
- nodejs_version: "8"
56
- nodejs_version: "6"
67

0 commit comments

Comments
 (0)
Please sign in to comment.