Skip to content

Commit b21cf6f

Browse files
ygongdevfacebook-github-bot
authored andcommitted
Revert D50229030: Align directory name for normalize-colors
Differential Revision: D50229030 Original commit changeset: 63854140bf61 Original Phabricator Diff: D50229030 fbshipit-source-id: 56e5dc564374dcf72500fcdd4ae4e47ceeda1120
1 parent 60af812 commit b21cf6f

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

packages/normalize-colors/README.md renamed to packages/normalize-color/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ yarn add --dev @react-native/normalize-colors
1818
To run the tests in this package, run the following commands from the React Native root folder:
1919

2020
1. `yarn` to install the dependencies. You just need to run this once
21-
2. `yarn jest packages/normalize-colors`.
21+
2. `yarn jest packages/normalize-color`.

packages/normalize-colors/package.json renamed to packages/normalize-color/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/facebook/react-native.git",
9-
"directory": "packages/normalize-colors"
9+
"directory": "packages/normalize-color"
1010
},
11-
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/normalize-colors#readme",
11+
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/normalize-color#readme",
1212
"keywords": [
1313
"color",
1414
"normalization",

packages/react-native/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const config = {
2222
watchFolders: [
2323
path.resolve(__dirname, '../../node_modules'),
2424
path.resolve(__dirname, '../assets'),
25-
path.resolve(__dirname, '../normalize-colors'),
25+
path.resolve(__dirname, '../normalize-color'),
2626
path.resolve(__dirname, '../polyfills'),
2727
path.resolve(__dirname, '../virtualized-lists'),
2828
],

packages/rn-tester/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const config = {
2626
path.resolve(__dirname, '../assets'),
2727
path.resolve(__dirname, '../community-cli-plugin'),
2828
path.resolve(__dirname, '../dev-middleware'),
29-
path.resolve(__dirname, '../normalize-colors'),
29+
path.resolve(__dirname, '../normalize-color'),
3030
path.resolve(__dirname, '../polyfills'),
3131
path.resolve(__dirname, '../react-native'),
3232
path.resolve(__dirname, '../virtualized-lists'),

0 commit comments

Comments
 (0)