Skip to content

Commit

Permalink
fix: renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Monro committed May 9, 2019
1 parent 88455b3 commit 959c535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This module is distributed via [npm][npm] which is bundled with [node][node] and
should be installed as one of your project's `devDependencies`:

```
npm install --save-dev svlt-testing-library
npm install --save-dev svelte-testing-library
```

This library has `peerDependencies` listings for `svelte`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "svlt-testing-library",
"name": "svelte-testing-library",
"version": "0.0.0-semantically-released",
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
"main": "dist/index.js",
Expand Down

0 comments on commit 959c535

Please sign in to comment.