Skip to content

Commit fa9c7ed

Browse files
committed
chore: move settings to pnpm-workspace.yaml
1 parent 632d195 commit fa9c7ed

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,5 @@
4141
"@types/node": "^20.12.2",
4242
"shx": "^0.3.4",
4343
"ts-node": "10.9.2"
44-
},
45-
"pnpm": {
46-
"ignoredBuiltDependencies": [
47-
"core-js",
48-
"core-js-pure"
49-
]
5044
}
5145
}

pnpm-workspace.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
publicHoistPattern:
22
- '@mdx-js/react'
33
- url-loader
4-
4+
ignoredBuiltDependencies:
5+
- core-js
6+
- core-js-pure

0 commit comments

Comments
 (0)