Skip to content

Commit 3d7db6c

Browse files
committed
update to new namespace
1 parent 4129f99 commit 3d7db6c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This module is distributed via npm which is bundled with node and should be inst
4444
as one of your project's `devDependencies`:
4545

4646
```sh
47-
npm install --save-dev solid-testing-library
47+
npm install --save-dev @solidjs/testing-library
4848
```
4949

5050
If you using Jest we recommend using [solid-jest](https://github.com/solidjs/solid-jest) to properly resolve the browser version of Solid as Jest will default to the server version when run in Node.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "solid-testing-library",
2+
"name": "@solidjs/testing-library",
33
"version": "0.5.0",
44
"description": "Simple and complete Solid testing utilities that encourage good testing practices.",
55
"type": "module",
@@ -26,6 +26,9 @@
2626
"engines": {
2727
"node": ">= 14"
2828
},
29+
"publishConfig": {
30+
"access": "public"
31+
},
2932
"keywords": [
3033
"testing",
3134
"solid-js",

0 commit comments

Comments
 (0)