Skip to content

Commit

Permalink
switch to typestrong npm scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jul 24, 2022
1 parent d385506 commit 426058d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
This is a fork of [`ts-mockito`](https://github.com/NagRock/ts-mockito/), published separately as `@ts-mockito/ts-mockito`

TODO consider publishing as `@TypeStrong/ts-mockito`? Is a more neutral name
This is a fork of [`ts-mockito`](https://github.com/NagRock/ts-mockito/), published separately as `@typestrong/ts-mockito`

We hope to eventually merge back with upstream `ts-mockito` and publish to the `ts-mockito` npm name, but until then, a fork lets us add new features.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @ts-mockito/ts-mockito [![build badge](https://github.com/TypeStrong/ts-mockito/actions/workflows/test.yml/badge.svg)](https://github.com/TypeStrong/ts-mockito/actions?query=branch%3Amaster) [![codecov](https://codecov.io/gh/TypeStrong/ts-mockito/branch/master/graph/badge.svg)](https://codecov.io/gh/TypeStrong/ts-mockito)
# @typestrong/ts-mockito [![build badge](https://github.com/TypeStrong/ts-mockito/actions/workflows/test.yml/badge.svg)](https://github.com/TypeStrong/ts-mockito/actions?query=branch%3Amaster) [![codecov](https://codecov.io/gh/TypeStrong/ts-mockito/branch/master/graph/badge.svg)](https://codecov.io/gh/TypeStrong/ts-mockito)

> This is a fork of https://github.com/NagRock/ts-mockito. We hope to eventually re-merge and publish as ts-mockito.
Expand Down Expand Up @@ -31,7 +31,7 @@ Mocking library for TypeScript inspired by http://mockito.org/

## Installation

`npm install @ts-mockito/ts-mockito --save-dev`
`npm install @typestrong/ts-mockito --save-dev`

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ts-mockito/ts-mockito",
"name": "@typestrong/ts-mockito",
"version": "2.6.0",
"description": "Mocking library for TypeScript",
"main": "lib/ts-mockito.js",
Expand Down

0 comments on commit 426058d

Please sign in to comment.