Skip to content

Commit

Permalink
Remove docs from jscodeshift
Browse files Browse the repository at this point in the history
Summary:
I removed 1 MiB from `jscodeshift` as it was shipping with docs: facebook/jscodeshift@5885662

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D21368889

fbshipit-source-id: 452fd4cedcc749d972adbb69df5c95117dd55b15
  • Loading branch information
cpojer authored and facebook-github-bot committed May 3, 2020
1 parent 03385ac commit 1787c16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"flow-remove-types": "1.2.3",
"jest": "^25.4.0",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.7.0",
"jscodeshift": "^0.7.1",
"mkdirp": "^0.5.1",
"prettier": "1.19.1",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": {
"flow-parser": "^0.121.0",
"jscodeshift": "^0.7.0",
"jscodeshift": "^0.7.1",
"nullthrows": "^1.1.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4843,10 +4843,10 @@ jsc-android@^245459.0.0:
resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-245459.0.0.tgz#e584258dd0b04c9159a27fb104cd5d491fd202c9"
integrity sha512-wkjURqwaB1daNkDi2OYYbsLnIdC/lUM2nPXQKRs5pqEU9chDg435bjvo+LSaHotDENygHQDHe+ntUkkw2gwMtg==

jscodeshift@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.7.0.tgz#4eee7506fd4fdacbd80340287d61575af991fdab"
integrity sha512-Kt6rpTa1HVhAWagD6J0y6qxxqRmDgkFvczerLgOsDNSGoUZSmq2CO1vFRcda9OV1BaZKSHCIh+VREPts5tB/Ig==
jscodeshift@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.7.1.tgz#0236ad475d6f0770ca998a0160925d62b57d2507"
integrity sha512-YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA==
dependencies:
"@babel/core" "^7.1.6"
"@babel/parser" "^7.1.6"
Expand Down

0 comments on commit 1787c16

Please sign in to comment.