Skip to content

Commit 804d5e4

Browse files
Merge pull request #18 from IgniteUI/btraykov/fix-package-provenance-url
Update repository URL in package.json
2 parents 8e2a013 + 9503ea4 commit 804d5e4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"license": "MIT",
1212
"author": "Infragistics",
1313
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/IgniteUI/igniteui-grid-lite"
14+
"url": "https://github.com/igniteui/igniteui-grid-lite"
1615
},
1716
"type": "module",
1817
"engines": {

scripts/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"sideEffects": false,
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/igniteui/igniteui-grid-lite.git"
22+
"url": "https://github.com/IgniteUI/igniteui-grid-lite.git"
2323
},
2424
"bugs": {
2525
"url": "https://github.com/igniteui/igniteui-grid-lite/issues"

0 commit comments

Comments
 (0)