diff --git a/package.json b/package.json index 7d1be0a3..8f8c7bf6 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "webdriverio": "^8.27.0" }, "volta": { - "node": "20.0.0" + "node": "18.20.4" }, "lint-staged": { "**/*.js": [ diff --git a/packages/core/README.md b/packages/core/README.md index a2064ac2..9476b405 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,6 +1,4 @@ -# @fetch-mock/core - -Work in progress reimplememntation of fetch-mock. +# fetch-mock Features include: @@ -14,7 +12,7 @@ Features include: ## Requirements -@fetch-mock/core requires either of the following to run: +@fetch-mock requires either of the following to run: - [Node.js](https://nodejs.org/) 18+ for full feature operation - Any modern browser that supports the `fetch` API @@ -22,9 +20,9 @@ Features include: ## Documentation and Usage -See the [project website](https://www.wheresrhys.co.uk/fetch-mock/docs/@fetch-mock/core/) +See the [project website](https://www.wheresrhys.co.uk/fetch-mock/) ## License -@fetch-mock/core is licensed under the [MIT](https://github.com/wheresrhys/fetch-mock/blob/master/LICENSE) license. +fetch-mock is licensed under the [MIT](https://github.com/wheresrhys/fetch-mock/blob/master/LICENSE) license. Copyright © 2024, Rhys Evans diff --git a/packages/core/package.json b/packages/core/package.json index 6190bf41..48403893 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { - "name": "@fetch-mock/core", + "name": "@fetch-mock", "description": "Mock http requests made using fetch", - "version": "0.7.1", + "version": "11.1.5", "exports": { "browser": "./dist/esm/index.js", "import": {