Skip to content

Commit 406530b

Browse files
committed
fix: update package version and include homepage
1 parent 3883869 commit 406530b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-testing-library",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "ESLint rules for Testing Library",
55
"keywords": [
66
"eslint",
@@ -16,6 +16,7 @@
1616
"type": "git",
1717
"url": "https://github.com/Belco90/eslint-plugin-testing-library.git"
1818
},
19+
"homepage": "https://github.com/Belco90/eslint-plugin-testing-library",
1920
"main": "lib/index.js",
2021
"files": [
2122
"lib/"

0 commit comments

Comments
 (0)