Skip to content

Commit

Permalink
Remove shelljs dependency and duplicated scripts in files
Browse files Browse the repository at this point in the history
Summary:
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

Differential Revision: D36698750

fbshipit-source-id: ba852352881692741ebccfbe543a7096bd0949a9
  • Loading branch information
cortinico authored and facebook-github-bot committed May 26, 2022
1 parent 0ef73f2 commit cf259ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
"scripts/cocoapods/flipper.rb",
"scripts/cocoapods/new_architecture.rb",
"scripts/react-native-xcode.sh",
"scripts/hermes/hermes-utils.js",
"scripts/hermes/prepare-hermes-for-build.js",
"sdks/hermes-engine",
"sdks/hermesc",
"template.config.js",
Expand Down Expand Up @@ -134,7 +132,6 @@
"react-shallow-renderer": "16.14.1",
"regenerator-runtime": "^0.13.2",
"scheduler": "^0.21.0",
"shelljs": "^0.8.5",
"stacktrace-parser": "^0.1.3",
"use-sync-external-store": "^1.0.0",
"whatwg-fetch": "^3.0.0",
Expand Down

0 comments on commit cf259ef

Please sign in to comment.