Skip to content

Commit 66c78d3

Browse files
npm packages - update monorepo url / directory & descriptions (#32657)
Signed-off-by: Alex Lavrov <36633600+alexslavr@users.noreply.github.com> Co-authored-by: Alex Lavrov <36633600+alexslavr@users.noreply.github.com>
1 parent f90e1bc commit 66c78d3

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

packages/devextreme-angular/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "devextreme-angular",
33
"version": "24.2.14",
4-
"description": "Angular UI and visualization components based on DevExtreme widgets",
4+
"description": "DevExtreme UI and Visualization Components for Angular",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/DevExpress/devextreme-angular.git"
7+
"url": "https://github.com/DevExpress/DevExtreme.git",
8+
"directory": "packages/devextreme-angular"
89
},
910
"scripts": {
1011
"gulp": "cross-env NODE_OPTIONS='--max_old_space_size=8192' pnpm exec gulp",

packages/devextreme-react/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"author": "Developer Express Inc.",
33
"name": "devextreme-react",
44
"version": "24.2.14",
5-
"description": "DevExtreme React UI and Visualization Components",
5+
"description": "DevExtreme UI and Visualization Components for React",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/DevExpress/devextreme-react.git"
8+
"url": "https://github.com/DevExpress/DevExtreme.git",
9+
"directory": "packages/devextreme-react"
910
},
1011
"sideEffects": false,
1112
"main": "./cjs/index.js",

packages/devextreme-themebuilder/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"homepage": "https://js.devexpress.com/",
1111
"bugs": "https://www.devexpress.com/support/",
1212
"author": "Developer Express Inc.",
13-
"repository": "https://github.com/DevExpress/DevExtreme",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/DevExpress/DevExtreme.git",
16+
"directory": "packages/devextreme-themebuilder"
17+
},
1418
"license": "SEE LICENSE IN README.md",
1519
"scripts": {
1620
"test": "jest --coverage --verbose --runInBand",

packages/devextreme-vue/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "devextreme-vue",
33
"version": "24.2.14",
4-
"description": "DevExtreme Vue UI and Visualization Components",
4+
"description": "DevExtreme UI and Visualization Components for Vue",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/DevExpress/devextreme-vue.git"
7+
"url": "https://github.com/DevExpress/DevExtreme.git",
8+
"directory": "packages/devextreme-vue"
89
},
910
"sideEffects": false,
1011
"main": "./cjs/index.js",

packages/devextreme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devextreme",
33
"version": "24.2.14",
4-
"description": "HTML5 JavaScript Component Suite for Responsive Web Development",
4+
"description": "JavaScript/TypeScript Component Suite for Responsive Web Development",
55
"keywords": [
66
"html5",
77
"controls",

0 commit comments

Comments
 (0)