Skip to content

Commit e571e23

Browse files
authored
Merge pull request #6 from IgniteUI/dpetev/update-repo-url
chore: update repository URL in _package.json
2 parents 3f86f31 + 8e7c87b commit e571e23

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "igniteui-grid-lite",
2+
"name": "igniteui-grid-lite-workspace",
33
"version": "0.0.0",
4+
"private": true,
45
"description": "Web component data grid following open-wc recommendations",
56
"keywords": [
67
"lit",
@@ -13,10 +14,6 @@
1314
"type": "git",
1415
"url": "https://github.com/IgniteUI/igniteui-grid-lite"
1516
},
16-
"exports": {
17-
".": "./dist/src/index.js",
18-
"./define": "./dist/src/define.js"
19-
},
2017
"type": "module",
2118
"engines": {
2219
"node": ">=20.0.0"

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": "git+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)