mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
b750e3b21b
Summary: See #17234 for discussion. Closes https://github.com/facebook/react-native/pull/17310 Differential Revision: D6627914 Pulled By: hramos fbshipit-source-id: 3d72fc69fe03c53706d2076ecf7b5321a00d1642
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"danger": "node ./node_modules/.bin/danger"
|
|
},
|
|
"devDependencies": {
|
|
"danger": "^2.1.6",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
}
|