Add missing slash.

Summary:
This should be there for consistency.
Closes https://github.com/facebook/react-native/pull/11357

Differential Revision: D4294530

Pulled By: kentaromiura

fbshipit-source-id: 6219a7c69a65dde21d96bc032fc9a327386a85ca
This commit is contained in:
Christoph Pojer 2016-12-07 20:49:10 -08:00 committed by Facebook Github Bot
parent 617eb309a1
commit 4d5ef76b1a

View File

@ -8,7 +8,7 @@
}, },
"moduleNameMapper": { "moduleNameMapper": {
"^[./a-zA-Z0-9$_-]+\\.(bmp|gif|jpg|jpeg|png|psd|svg|webp)$": "RelativeImageStub", "^[./a-zA-Z0-9$_-]+\\.(bmp|gif|jpg|jpeg|png|psd|svg|webp)$": "RelativeImageStub",
"^React$": "<rootDir>node_modules/react" "^React$": "<rootDir>/node_modules/react"
}, },
"modulePathIgnorePatterns": [ "modulePathIgnorePatterns": [
"<rootDir>/node_modules/react-native/Libraries/react-native/", "<rootDir>/node_modules/react-native/Libraries/react-native/",