readme: add build status badge

bump patch version to 1.3.3
This commit is contained in:
jkhsjdhjs 2019-11-26 04:41:10 +01:00
parent 788475a1ea
commit e79b3a0237
Signed by: jkhsjdhjs
GPG Key ID: BAC6ADBAB7D576CC
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# node-fetch-cookies # node-fetch-cookies [![Build Status](https://travis-ci.org/jkhsjdhjs/node-fetch-cookies.svg?branch=master)](https://travis-ci.org/jkhsjdhjs/node-fetch-cookies)
A [node-fetch](https://github.com/bitinn/node-fetch) wrapper with support for cookies. A [node-fetch](https://github.com/bitinn/node-fetch) wrapper with support for cookies.
It supports reading/writing from/to a JSON cookie jar and keeps cookies in memory until you call `CookieJar.save()` to reduce disk I/O. It supports reading/writing from/to a JSON cookie jar and keeps cookies in memory until you call `CookieJar.save()` to reduce disk I/O.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "node-fetch-cookies", "name": "node-fetch-cookies",
"version": "1.3.2", "version": "1.3.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "node-fetch-cookies", "name": "node-fetch-cookies",
"version": "1.3.2", "version": "1.3.3",
"description": "node-fetch wrapper that adds support for cookie-jars", "description": "node-fetch wrapper that adds support for cookie-jars",
"main": "src/index.mjs", "main": "src/index.mjs",
"engines": { "engines": {