File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-grid-list" ,
3
- "version" : " 0 .0.2" ,
3
+ "version" : " 1 .0.2" ,
4
4
"main" : " index.js" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Gustavo Gard <gusgard@gmail.com> (https://gusgard.com)" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " git+https://github.com/gusgard/react-native-grid-list.git"
10
10
},
11
+ "description" : " React native grid list component" ,
11
12
"keywords" : [
12
13
" grid list" ,
13
14
" grid" ,
51
52
"prettier" : " ^1.3.1" ,
52
53
"prettier-eslint" : " ^8.2.1" ,
53
54
"react" : " 16.0.0" ,
54
- "react-native " : " 0.50.3 " ,
55
- "react-dom " : " ^16.0.0 "
55
+ "react-dom " : " ^16.0.0 " ,
56
+ "react-native " : " 0.50.3 "
56
57
},
57
58
"jest" : {
58
59
"preset" : " react-native" ,
59
60
"setupTestFrameworkScriptFile" : " ./enzyme.js" ,
60
- "modulePathIgnorePatterns" : [" <rootDir>/example/node_modules/" ],
61
- "snapshotSerializers" : [" ./node_modules/enzyme-to-json/serializer" ]
61
+ "modulePathIgnorePatterns" : [
62
+ " <rootDir>/example/node_modules/"
63
+ ],
64
+ "snapshotSerializers" : [
65
+ " ./node_modules/enzyme-to-json/serializer"
66
+ ]
62
67
},
63
68
"pre-commit" : {
64
- "run" : [" lint" , " test" ]
69
+ "run" : [
70
+ " lint" ,
71
+ " test"
72
+ ]
65
73
}
66
74
}
You can’t perform that action at this time.
0 commit comments