Skip to content

Commit 833222f

Browse files
cortinicofacebook-github-bot
authored andcommitted
Remove shelljs dependency and duplicated scripts in files (#33915)
Summary: Pull Request resolved: #33915 We don't need to import shelljs as a dependency anymore, plus we had a duplicated entry in the files array for package.json Changelog: [Internal] [Changed] - Remove shelljs dependency and duplicated scripts in files Reviewed By: dmitryrykun Differential Revision: D36698750 fbshipit-source-id: 94f449f2c3c5d73d0f9ffd29df6b26f5fd6ef129
1 parent b1701bd commit 833222f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
"scripts/cocoapods/flipper.rb",
6161
"scripts/cocoapods/new_architecture.rb",
6262
"scripts/react-native-xcode.sh",
63-
"scripts/hermes/hermes-utils.js",
64-
"scripts/hermes/prepare-hermes-for-build.js",
6563
"sdks/hermes-engine",
6664
"sdks/hermesc",
6765
"template.config.js",
@@ -134,7 +132,6 @@
134132
"react-shallow-renderer": "16.14.1",
135133
"regenerator-runtime": "^0.13.2",
136134
"scheduler": "^0.21.0",
137-
"shelljs": "^0.8.5",
138135
"stacktrace-parser": "^0.1.3",
139136
"use-sync-external-store": "^1.0.0",
140137
"whatwg-fetch": "^3.0.0",

0 commit comments

Comments
 (0)