Skip to content

Commit

Permalink
Fix package.json with entry point (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
zglicz committed May 6, 2024
1 parent 3b22580 commit 004d794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "eslint-plugin-sonarjs",
"version": "1.0.2",
"version": "1.0.3",
"description": "SonarJS rules for ESLint",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"repository": "git@github.com:SonarSource/eslint-plugin-sonarjs.git",
"license": "LGPL-3.0-only",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=eslint-plugin-sonarjs
sonar.projectName=eslint-plugin-sonarjs
sonar.projectDescription=SonarJS rules for ESLint

sonar.projectVersion=1.0.0
sonar.projectVersion=1.0.3

sonar.links.homepage=https://github.com/SonarSource/eslint-plugin-sonarjs
sonar.links.ci=https://travis-ci.org/SonarSource/eslint-plugin-sonarjs
Expand Down

0 comments on commit 004d794

Please sign in to comment.