File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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 )
2
8
3
9
[ ` npm-registry-fetch ` ] ( https://github.com/npm/npm-registry-fetch ) is a Node.js
4
10
library that implements a ` fetch ` -like API for accessing npm registry APIs
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - nodejs_version : " 9"
3
+ - nodejs_version : " 12"
4
+ - nodejs_version : " 10"
4
5
- nodejs_version : " 8"
5
6
- nodejs_version : " 6"
6
7
You can’t perform that action at this time.
0 commit comments