update version number

This commit is contained in:
Antoni Kepinski 2020-09-05 14:46:35 +02:00
parent eaff0094c4
commit 53b40fb3ea
No known key found for this signature in database
GPG Key ID: C15767C6F117A9B6
1 changed files with 137 additions and 136 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-fetch",
"version": "3.0.0-beta.8",
"version": "3.0.0-beta.9",
"description": "A light-weight module that brings Fetch API to node.js",
"main": "./dist/index.cjs",
"module": "./src/index.js",
@ -110,7 +110,8 @@
"dist",
"@types"
],
"overrides": [{
"overrides": [
{
"files": "test/**/*.js",
"envs": [
"node",