mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 01:56:26 +00:00
601abd2503
Summary: Run on Circle Closes https://github.com/facebook/react-native/pull/16350 Differential Revision: D6066460 Pulled By: hramos fbshipit-source-id: 667e1cc8b2b32f6aa1c8b995618d6362cd71d9e5
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"danger": "node ./node_modules/.bin/danger"
|
|
},
|
|
"devDependencies": {
|
|
"danger": "^1.2.0",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
}
|