diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe6740..a1ae5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# mock-builder +# mock-build ## 1.0.0 diff --git a/README.md b/README.md index 39bbf6d..d13f9b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# mock-builder +# mock-build + +[![npm package](https://img.shields.io/npm/v/mock-build)](https://www.npmjs.com/package/mock-build) +[![Node.js version](https://img.shields.io/badge/node-%3E%3D%2018.12-brightgreen)](https://nodejs.org/en/) +[![GitHub Release](https://github.com/seek-oss/mock-build/workflows/Release/badge.svg?branch=master)](https://github.com/seek-oss/mock-build/actions?query=workflow%3ARelease) +[![GitHub Test](https://github.com/seek-oss/mock-build/workflows/Test/badge.svg?branch=master)](https://github.com/seek-oss/mock-build/actions?query=workflow%3ATest) [![npm package](https://img.shields.io/npm/v/mock-builder)](https://www.npmjs.com/package/mock-builder) [![Node.js version](https://img.shields.io/badge/node-%3E%3D%2018.12-brightgreen)](https://nodejs.org/en/) @@ -10,7 +15,7 @@ Create reusable mocks using the builder pattern in Typescript ## Installation ``` -yarn add mock-builder +yarn add mock-build ``` ## Usage diff --git a/package.json b/package.json index 71eecac..19a1dbe 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "mock-builder", + "name": "mock-build", "version": "1.0.0", "private": false, - "homepage": "https://github.com/seek-oss/mock-builder#readme", + "homepage": "https://github.com/seek-oss/mock-build#readme", "bugs": { - "url": "https://github.com/seek-oss/mock-builder/issues" + "url": "https://github.com/seek-oss/mock-build/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/seek-oss/mock-builder.git" + "url": "git+https://github.com/seek-oss/mock-build.git" }, "license": "MIT", "exports": {