Skip to content

Commit 959c535

Browse files
author
Ben Monro
committed
fix: renamed package
1 parent 88455b3 commit 959c535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and
139139
should be installed as one of your project's `devDependencies`:
140140

141141
```
142-
npm install --save-dev svlt-testing-library
142+
npm install --save-dev svelte-testing-library
143143
```
144144

145145
This library has `peerDependencies` listings for `svelte`.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "svlt-testing-library",
2+
"name": "svelte-testing-library",
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)