mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Move danger to bots directory
Summary: No logic change here. Part of a plan to consolidate CI-only files amongst .circleci and bots/ directories. Closes https://github.com/facebook/react-native/pull/17807 Differential Revision: D6865976 Pulled By: hramos fbshipit-source-id: 48607a80dcf8cac1c3c033c18bf5d6dd4cd8e6bf
This commit is contained in:
committed by
Facebook Github Bot
parent
d74ff6fadd
commit
22a2553405
11
bots/package.json
Normal file
11
bots/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"danger": "node ./node_modules/.bin/danger"
|
||||
},
|
||||
"devDependencies": {
|
||||
"danger": "^2.1.6",
|
||||
"lodash.includes": "^4.3.0",
|
||||
"minimatch": "^3.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user