Skip to content

Commit 84cb1d5

Browse files
chore(project): clean-up package.json files (#10334)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 99e7727 commit 84cb1d5

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

packages/components/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
},
1313
"bugs": "https://github.com/carbon-design-system/carbon/issues",
1414
"homepage": "https://www.carbondesignsystem.com/",
15-
"engines": {
16-
"node": ">=6.x"
17-
},
1815
"files": [
1916
"css/**/*",
2017
"es/**/*",

packages/react/package.json

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -156,34 +156,5 @@
156156
"@babel/plugin-proposal-export-default-from"
157157
]
158158
},
159-
"contributors": [
160-
{
161-
"name": "Brian Han",
162-
"email": "bthan@us.ibm.com"
163-
},
164-
{
165-
"name": "Aziz Punjani",
166-
"email": "punjani@us.ibm.com"
167-
},
168-
{
169-
"name": "Mari Johannessen",
170-
"email": "mjohannessen@us.ibm.com"
171-
},
172-
{
173-
"name": "TJ Egan",
174-
"email": "twegan@us.ibm.com"
175-
},
176-
{
177-
"name": "Ian Fleming",
178-
"email": "ianfleming@us.ibm.com"
179-
},
180-
{
181-
"name": "Chris Dhanaraj",
182-
"email": "chrisdhanaraj@us.ibm.com"
183-
}
184-
],
185-
"bundleSizeThreshold": 120000,
186-
"release": {
187-
"branch": "main"
188-
}
159+
"bundleSizeThreshold": 120000
189160
}

0 commit comments

Comments
 (0)