Skip to content

Commit daba490

Browse files
authored
Merge pull request #5 from IgniteUI/dpetev/rename
chore: update package name, minor metadata adjustments
2 parents b272a3c + be8a857 commit daba490

5 files changed

Lines changed: 16 additions & 14 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ jobs:
4242
- name: Publish the package
4343
run: npm publish --tag ${NPM_TAG}
4444
working-directory: dist
45+
env:
46+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# igc-grid-lite
2-
[![Node.js CI](https://github.com/IgniteUI/igc-grid-lite/actions/workflows/node.js.yml/badge.svg)](https://github.com/IgniteUI/igc-grid-lite/actions/workflows/node.js.yml)
3-
[![Coverage Status](https://coveralls.io/repos/github/IgniteUI/igc-grid-lite/badge.svg?branch=master)](https://coveralls.io/github/IgniteUI/igc-grid-lite?branch=master)
1+
# Ignite UI Grid Lite
2+
[![Node.js CI](https://github.com/IgniteUI/igniteui-grid-lite/actions/workflows/node.js.yml/badge.svg)](https://github.com/IgniteUI/igniteui-grid-lite/actions/workflows/node.js.yml)
3+
[![Coverage Status](https://coveralls.io/repos/github/IgniteUI/igniteui-grid-lite/badge.svg?branch=master)](https://coveralls.io/github/IgniteUI/igniteui-grid-lite?branch=master)
44

55

66
This is still a **very** early proof of concept for a web component based data grid.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "igc-grid-lite",
2+
"name": "igniteui-grid-lite",
33
"version": "0.0.0",
44
"description": "Web component data grid following open-wc recommendations",
55
"keywords": [
66
"lit",
77
"web-component",
88
"lit-element"
99
],
10-
"license": "SEE LICENSE IN LICENSE",
11-
"author": "igc-grid-lite",
10+
"license": "MIT",
11+
"author": "Infragistics",
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/IgniteUI/igc-grid-lite.git"
14+
"url": "git+https://github.com/IgniteUI/igniteui-grid-lite.git"
1515
},
1616
"exports": {
1717
".": "./dist/src/index.js",

scripts/_package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "igc-grid-lite",
2+
"name": "igniteui-grid-lite",
33
"version": "0.0.0",
44
"description": "Web component data grid following open-wc recommendations",
55
"keywords": ["lit", "web-component", "lit-element"],
6-
"license": "SEE LICENSE IN LICENSE.mds",
7-
"author": "igc-grid-lite",
6+
"license": "MIT",
7+
"author": "Infragistics",
88
"exports": {
99
".": {
1010
"types": "./index.d.ts",
@@ -19,10 +19,10 @@
1919
"sideEffects": false,
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/igniteui/igc-grid-lite.git"
22+
"url": "git+https://github.com/igniteui/igniteui-grid-lite.git"
2323
},
2424
"bugs": {
25-
"url": "https://github.com/igniteui/igc-grid-lite/issues"
25+
"url": "https://github.com/igniteui/igniteui-grid-lite/issues"
2626
},
2727
"engines": {
2828
"node": ">=20"

0 commit comments

Comments
 (0)