Skip to content

Commit d87b9a9

Browse files
authored
chore: reorder for clarity (#5995)
* chore: reorder for clarity * Update package.json * Update package.json
1 parent 13fa7c2 commit d87b9a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@db-ux/docs",
3+
"private": true,
34
"version": "0.0.0",
45
"type": "module",
56
"description": "Docs folder for DB UX Design System (Version 3).",
@@ -8,7 +9,6 @@
89
"url": "git+https://github.com/db-ux-design-system/core-web.git"
910
},
1011
"license": "Apache-2.0",
11-
"private": true,
1212
"scripts": {
1313
"generate:component-research": "node scripts/component-research/generate-component-research.js"
1414
},

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@db-ux/e2e",
3+
"private": true,
34
"version": "0.0.0",
45
"type": "module",
56
"description": "",
@@ -8,7 +9,6 @@
89
"url": "git+https://github.com/db-ux-design-system/core-web.git"
910
},
1011
"license": "Apache-2.0",
11-
"private": true,
1212
"workspaces": [
1313
"showcases/*",
1414
"packages/*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@db-ux/core-web",
3+
"private": true,
34
"version": "0.0.0",
45
"type": "module",
56
"description": "DB UX Design System",
@@ -13,7 +14,6 @@
1314
},
1415
"author": "DB Systel GmbH",
1516
"license": "Apache-2.0",
16-
"private": true,
1717
"workspaces": [
1818
"packages/*",
1919
"output/*",

0 commit comments

Comments
 (0)