File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " upgrade-helper" ,
3
3
"version" : " 0.1.0" ,
4
- "homepage" : " https://react-native-community.github.io/upgrade-helper" ,
5
- "license" : " MIT" ,
4
+ "scripts" : {
5
+ "start" : " react-scripts start" ,
6
+ "build" : " react-scripts build" ,
7
+ "test" : " react-scripts test" ,
8
+ "lint" : " eslint . --cache --report-unused-disable-directives"
9
+ },
6
10
"dependencies" : {
7
11
"@testing-library/react" : " ^8.0.2" ,
8
12
"antd" : " ^3.19.1" ,
22
26
"devDependencies" : {
23
27
"eslint" : " ^5.16.0" ,
24
28
"gh-pages" : " ^2.0.0" ,
25
- "husky" : " ^3.0.1" ,
26
- },
27
- "scripts" : {
28
- "start" : " react-scripts start" ,
29
- "build" : " react-scripts build" ,
30
- "test" : " react-scripts test" ,
31
- "lint" : " eslint . --cache --report-unused-disable-directives"
29
+ "husky" : " ^3.0.1"
32
30
},
33
31
"husky" : {
34
32
"hooks" : {
35
33
"pre-push" : " yarn lint"
36
34
}
37
35
},
36
+ "homepage" : " https://react-native-community.github.io/upgrade-helper" ,
37
+ "license" : " MIT" ,
38
38
"browserslist" : {
39
39
"production" : [
40
40
" >0.2%" ,
You can’t perform that action at this time.
0 commit comments