File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " detox" ,
3
3
"description" : " E2E tests and automation for mobile" ,
4
- "publishConfig" : {
5
- "registry" : " https://registry.npmjs.org/"
6
- },
7
4
"version" : " 9.0.2" ,
8
5
"bin" : {
9
6
"detox" : " local-cli/detox.js"
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" detox" ,
5
5
" detox-cli" ,
6
+ " detox/test" ,
6
7
" examples/demo-native-android" ,
7
8
" examples/demo-native-ios" ,
8
9
" examples/demo-react-native" ,
9
10
" examples/demo-react-native-jest" ,
10
- " detox/test" ,
11
11
" generation"
12
12
],
13
- "commands" : {
13
+ "version" : " 9.0.2" ,
14
+ "npmClient" : " npm" ,
15
+ "command" : {
14
16
"publish" : {
15
- "ignore " : [
17
+ "ignoreChanges " : [
16
18
" demo-react-native-jest" ,
17
19
" detox-demo-native-android" ,
18
20
" detox-demo-native-ios" ,
21
23
" generation"
22
24
]
23
25
}
24
- },
25
- "version" : " 9.0.1" ,
26
- "npmClient" : " npm"
26
+ }
27
27
}
You can’t perform that action at this time.
0 commit comments