Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from storybookjs/chore/update-package-url
Browse files Browse the repository at this point in the history
chore: update package url
  • Loading branch information
yannbf authored Mar 30, 2021
2 parents 81964bf + 629757d commit 9d8e174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/react-testing"
"url": "https://github.com/storybookjs/testing-react"
},
"files": [
"dist",
Expand Down Expand Up @@ -49,11 +49,11 @@
"module": "dist/testing-utilities.esm.js",
"size-limit": [
{
"path": "dist/react-testing.cjs.production.min.js",
"path": "dist/testing-react.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/react-testing.esm.js",
"path": "dist/testing-react.esm.js",
"limit": "10 KB"
}
],
Expand All @@ -78,4 +78,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 9d8e174

Please sign in to comment.