Skip to content

Commit

Permalink
Update package name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 29, 2023
1 parent 2e5b3d9 commit ed0f3b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tapzero
# @socketsupply/tapzero

Zero dependency test framework

Expand All @@ -11,7 +11,7 @@ The implementation is <250 loc, (<500 with comments) ( https://github.com/Raynos
```js
const tape = require('tape')
// Tapzero exports an object with a test function property.
const tapzero = require('tapzero').test
const tapzero = require('@socketsupply/tapzero').test
```

```js
Expand Down Expand Up @@ -85,11 +85,11 @@ $ package-size ./build/src/index.js zora baretest,assert qunit tape jasmine moch

Small library, small install size.

| | tapzero | baretest | zora | pta | tape |
| | @socketsupply/tapzero | baretest | zora | pta | tape |
|--------|:---------:|:----------:|:------:|:-----:|:------:|
|pkg size| [![tapzero](https://packagephobia.now.sh/badge?p=tapzero@0.1.1)](https://packagephobia.now.sh/result?p=tapzero) | [![baretest](https://packagephobia.now.sh/badge?p=baretest)](https://packagephobia.now.sh/result?p=baretest) | [![zora](https://packagephobia.now.sh/badge?p=zora)](https://packagephobia.now.sh/result?p=zora) | [![pta](https://packagephobia.now.sh/badge?p=pta)](https://packagephobia.now.sh/result?p=pta) | [![tape](https://packagephobia.now.sh/badge?p=tape)](https://packagephobia.now.sh/result?p=tape) |
|Min.js size| [![tapzero](https://badgen.net/bundlephobia/min/tapzero)](https://bundlephobia.com/result?p=tapzero) | [![baretest](https://badgen.net/bundlephobia/min/baretest)](https://bundlephobia.com/result?p=baretest) | [![zora](https://badgen.net/bundlephobia/min/zora)](https://bundlephobia.com/result?p=zora) | [![pta](https://badgen.net/bundlephobia/min/pta)](https://bundlephobia.com/result?p=pta) | [![tape](https://badgen.net/bundlephobia/min/tape)](https://bundlephobia.com/result?p=tape) |
|dep count| [![tapzero](https://badgen.net/badge/dependencies/0/green)](https://www.npmjs.com/package/tapzero) | [![baretest](https://badgen.net/badge/dependencies/1/green)](https://www.npmjs.com/package/baretest) | [![zora](https://badgen.net/badge/dependencies/0/green)](https://www.npmjs.com/package/zora) | [![pta](https://badgen.net/badge/dependencies/23/orange)](https://www.npmjs.com/package/pta) | [![tape](https://badgen.net/badge/dependencies/44/orange)](https://www.npmjs.com/package/tape) |
|pkg size| [![tapzero](https://packagephobia.now.sh/badge?p=@socketsupply/tapzero)](https://packagephobia.now.sh/result?p=@socketsupply/tapzero) | [![baretest](https://packagephobia.now.sh/badge?p=baretest)](https://packagephobia.now.sh/result?p=baretest) | [![zora](https://packagephobia.now.sh/badge?p=zora)](https://packagephobia.now.sh/result?p=zora) | [![pta](https://packagephobia.now.sh/badge?p=pta)](https://packagephobia.now.sh/result?p=pta) | [![tape](https://packagephobia.now.sh/badge?p=tape)](https://packagephobia.now.sh/result?p=tape) |
|Min.js size| [![@socketsupply/tapzero](https://badgen.net/bundlephobia/min/@socketsupply/tapzero)](https://bundlephobia.com/result?p=@socketsupply/tapzero) | [![baretest](https://badgen.net/bundlephobia/min/baretest)](https://bundlephobia.com/result?p=baretest) | [![zora](https://badgen.net/bundlephobia/min/zora)](https://bundlephobia.com/result?p=zora) | [![pta](https://badgen.net/bundlephobia/min/pta)](https://bundlephobia.com/result?p=pta) | [![tape](https://badgen.net/bundlephobia/min/tape)](https://bundlephobia.com/result?p=tape) |
|dep count| [![@socketsupply/tapzero](https://badgen.net/badge/dependencies/0/green)](https://www.npmjs.com/package/@socketsupply/tapzero) | [![baretest](https://badgen.net/badge/dependencies/1/green)](https://www.npmjs.com/package/baretest) | [![zora](https://badgen.net/badge/dependencies/0/green)](https://www.npmjs.com/package/zora) | [![pta](https://badgen.net/badge/dependencies/23/orange)](https://www.npmjs.com/package/pta) | [![tape](https://badgen.net/badge/dependencies/44/orange)](https://www.npmjs.com/package/tape) |

| | Mocha | Ava | Jest | tap |
|:------:|:-------:|:-----:|:------:|:-----:|
Expand All @@ -100,7 +100,7 @@ Small library, small install size.
## Docs

```js
const test = require('tapzero').test
const test = require('@socketsupply/tapzero').test
```

### `test(name, [fn])`
Expand All @@ -120,7 +120,7 @@ Creates a test case that will be skipped
## Harness docs

```js
const testHarness = require('tapzero/harness')
const testHarness = require('@socketsupply/tapzero/harness')
```

See [HARNESS.md](./HARNESS.md)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"fast-deep-equal.js"
],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/socketsupply//tapzero.git",
"homepage": "https://github.com/socketsupply//tapzero",
"repository": "git://github.com/socketsupply/tapzero.git",
"homepage": "https://github.com/socketsupply/tapzero",
"bugs": {
"url": "https://github.com/socketsupply//tapzero/issues",
"email": "raynos2@gmail.com"
Expand All @@ -61,7 +61,7 @@
"licenses": [
{
"type": "MIT",
"url": "http://github.com/socketsupply//tapzero/raw/master/LICENSE"
"url": "http://github.com/socketsupply/tapzero/raw/master/LICENSE"
}
]
}

0 comments on commit ed0f3b9

Please sign in to comment.