Skip to content

Commit

Permalink
add repository information
Browse files Browse the repository at this point in the history
  • Loading branch information
hluisson committed Oct 17, 2021
1 parent cabff57 commit 5be4e97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jsx-expressions",
"version": "1.1.0",
"version": "1.2.0",
"description": "Rules for safe logical expressions in JSX",
"keywords": [
"eslint",
Expand All @@ -9,6 +9,10 @@
],
"author": "Heather Persson",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/hpersson/eslint-plugin-jsx-expressions.git"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"test": "jest"
Expand Down

0 comments on commit 5be4e97

Please sign in to comment.