Skip to content

Commit 9849204

Browse files
committed
renaming package name
1 parent 2c520b7 commit 9849204

File tree

5 files changed

+7770
-96
lines changed

5 files changed

+7770
-96
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![Node.js CI](https://github.com/IgniteUI/igniteui-react-wrappers/actions/workflows/node.js.yml/badge.svg)](https://github.com/IgniteUI/igniteui-react-wrappers/actions/workflows/node.js.yml)
44
[![Coverage Status](https://coveralls.io/repos/github/IgniteUI/igniteui-react-wrappers/badge.svg?branch=master)](https://coveralls.io/github/IgniteUI/igniteui-react-wrappers?branch=master)
5-
[![npm version](https://badge.fury.io/js/igniteui-react.svg)](https://badge.fury.io/js/igniteui-react)
5+
[![npm version](https://badge.fury.io/js/igniteui-react-wrappers.svg)](https://badge.fury.io/js/igniteui-react-wrappers)
66

77
Use the declarations available in `igniteui-react.js` (or `igniteui-react.min.js`) to use [Ignite UI](http://igniteui.com) controls as [React](https://facebook.github.io/react/) components. [Work with the running samples here](https://igniteui.github.io/igniteui-react-wrappers/).
88

9-
**IMPORTANT** The repository has been renamed from `igniteui-react` to `igniteui-react-wrappers`. For now the package name will stay with the `igniteui-react` name.
9+
**IMPORTANT** The package and repository have been renamed from `igniteui-react` to `igniteui-react-wrappers`.
1010
There is a new product [Ignite UI for React](https://www.infragistics.com/products/ignite-ui-react) from Infragistics that you may want to consider when starting your next React project. It features a high-performance data grid, high-volume data charts and a complete Microsoft Excel Solution. Please check out the announcement [here](https://www.infragistics.com/community/blogs/b/infragistics/posts/announcing-ignite-ui-for-react-components).
1111

1212
# Requirements
@@ -21,7 +21,7 @@ There is a new product [Ignite UI for React](https://www.infragistics.com/produc
2121
You can install the package with `npm`.
2222

2323
```shell
24-
npm install igniteui-react
24+
npm install igniteui-react-wrappers
2525
```
2626

2727
# Build
@@ -30,11 +30,11 @@ The build will bundle all files available in `src/*` producing `dist/npm/igniteu
3030

3131
To build the project use the following steps:
3232

33-
1. Open a console in the folder where the **igniteui-react** project is located
33+
1. Open a console in the folder where the **igniteui-react-wrappers** project is located
3434
2. run `npm install`
3535
3. run `npm run build`
3636

37-
`igniteui-react` depends on the `ignite-ui-full` licensed package. Follow [this guide](https://www.igniteui.com/help/using-ignite-ui-npm-packages) on setting up access to the Ignite UI private npm feed and add the dependency to the `package.json`.
37+
`igniteui-react-wrappers` depends on the `ignite-ui-full` licensed package. Follow [this guide](https://www.igniteui.com/help/using-ignite-ui-npm-packages) on setting up access to the Ignite UI private npm feed and add the dependency to the `package.json`.
3838

3939
```
4040
"dependencies": {

dist/npm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the declarations available in `igniteui-react.js` (or `igniteui-react.min.js
1414
You can install the package with `npm`.
1515

1616
```shell
17-
npm install igniteui-react
17+
npm install igniteui-react-wrappers
1818
```
1919

2020
# Build
@@ -23,7 +23,7 @@ The build will bundle all files available in `src/*` producing `dist/npm/igniteu
2323

2424
To build the project use the following steps:
2525

26-
1. Open a console in the folder where the **igniteui-react** project is located
26+
1. Open a console in the folder where the **igniteui-react-wrappers** project is located
2727
2. run `npm install`
2828
3. run `npm run build`
2929

dist/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "igniteui-react",
2+
"name": "igniteui-react-wrappers",
33
"version": "1.0.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/IgniteUI/igniteui-react.git"
7+
"url": "https://github.com/IgniteUI/igniteui-react-wrappers.git"
88
},
99
"dependencies": {
1010
"react": "^16.6.3",

0 commit comments

Comments
 (0)