Skip to content

Commit 5be4e97

Browse files
committed
add repository information
1 parent cabff57 commit 5be4e97

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,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-expressions",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Rules for safe logical expressions in JSX",
55
"keywords": [
66
"eslint",
@@ -9,6 +9,10 @@
99
],
1010
"author": "Heather Persson",
1111
"main": "dist/index.js",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/hpersson/eslint-plugin-jsx-expressions.git"
15+
},
1216
"scripts": {
1317
"build": "tsc -b tsconfig.build.json",
1418
"test": "jest"

0 commit comments

Comments
 (0)