diff --git a/.editorconfig b/.editorconfig index 9d5a491..d554dfe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,6 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -# Matches the exact files either package.json or .travis.yml -[{package.json,.travis.yml}] +# Matches the exact files +[{package.json}] indent_size = 2 diff --git a/README.md b/README.md index 3e59082..804ec2b 100644 --- a/README.md +++ b/README.md @@ -664,4 +664,4 @@ $ yarn spellcheck The MIT License (MIT) -Copyright (c) 2015-2022 Steven Chim +Copyright (c) 2015-2024 Steven Chim diff --git a/jest.config.js b/jest.config.js index 1e6c726..8975052 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ +/** @type {import('jest').Config} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', diff --git a/package.json b/package.json index 0cbbc10..6a2211e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-proxy-middleware", - "version": "3.0.1-beta.0", + "version": "3.0.1", "description": "The one-liner node.js proxy middleware for connect, express, next.js and more", "main": "dist/index.js", "types": "dist/index.d.ts",