We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d00dc3 commit ea531dfCopy full SHA for ea531df
package.json
@@ -1,9 +1,13 @@
1
{
2
"name": "react-hooks-testing-library",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Simple component wrapper for testing React hooks",
5
"main": "lib/index.js",
6
"author": "Michael Peyper",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/mpeyper/react-hooks-testing-library.git"
10
+ },
11
"license": "MIT",
12
"scripts": {
13
"prepare": "npm run build",
0 commit comments