readme: add build status badge
bump patch version to 1.3.3
This commit is contained in:
parent
788475a1ea
commit
e79b3a0237
@ -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.
|
||||
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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-fetch-cookies",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-fetch-cookies",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "node-fetch wrapper that adds support for cookie-jars",
|
||||
"main": "src/index.mjs",
|
||||
"engines": {
|
||||
|
Loading…
Reference in New Issue
Block a user