Skip to content

Commit 80130de

Browse files
committed
fixed wrong repo url
1 parent 74a7c59 commit 80130de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-sonar-scanner",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Wrap sonar-scanner as a node module",
55
"keywords": [
66
"sonar",
@@ -15,12 +15,12 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/arin-pang/node-sonar-scanner"
18+
"url": "https://github.com/arin-pang/nodejs-sonar-scanner"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/arin-pang/node-sonar-scanner/issues"
21+
"url": "https://github.com/arin-pang/nodejs-sonar-scanner/issues"
2222
},
23-
"homepage": "https://github.com/arin-pang/node-sonar-scanner",
23+
"homepage": "https://github.com/arin-pang/nodejs-sonar-scanner",
2424
"author": "arin-pang",
2525
"license": "MIT",
2626
"dependencies": {

0 commit comments

Comments
 (0)