Skip to content

Commit ea531df

Browse files
committed
Added repo url to package.json
1 parent 0d00dc3 commit ea531df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "react-hooks-testing-library",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Simple component wrapper for testing React hooks",
55
"main": "lib/index.js",
66
"author": "Michael Peyper",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/mpeyper/react-hooks-testing-library.git"
10+
},
711
"license": "MIT",
812
"scripts": {
913
"prepare": "npm run build",

0 commit comments

Comments
 (0)