Skip to content

Commit

Permalink
Update package name to avoid clash (#7)
Browse files Browse the repository at this point in the history
* update script

* update name
  • Loading branch information
samchungy authored Aug 31, 2023
1 parent e84d036 commit b2e5236
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mock-builder
# mock-build

## 1.0.0

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand All @@ -10,7 +15,7 @@ Create reusable mocks using the builder pattern in Typescript
## Installation

```
yarn add mock-builder
yarn add mock-build
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b2e5236

Please sign in to comment.