Skip to content

Commit 2972f16

Browse files
committed
fix github urls
1 parent 324426b commit 2972f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"author": "Microsoft Corporation",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/Microsoft/node-jsonc-parser"
11+
"url": "https://github.com/microsoft/node-jsonc-parser"
1212
},
1313
"license": "MIT",
1414
"bugs": {
15-
"url": "https://github.com/Microsoft/node-jsonc-parser/issues"
15+
"url": "https://github.com/microsoft/node-jsonc-parser/issues"
1616
},
1717
"devDependencies": {
1818
"mocha": "^6.2.2",

0 commit comments

Comments
 (0)