File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-grid-list" ,
3- "version" : " 0 .0.2" ,
3+ "version" : " 1 .0.2" ,
44 "main" : " index.js" ,
55 "license" : " Apache-2.0" ,
66 "author" :
" Gustavo Gard <[email protected] > (https://gusgard.com)" ,
77 "repository" : {
88 "type" : " git" ,
99 "url" : " git+https://github.com/gusgard/react-native-grid-list.git"
1010 },
11+ "description" : " React native grid list component" ,
1112 "keywords" : [
1213 " grid list" ,
1314 " grid" ,
5152 "prettier" : " ^1.3.1" ,
5253 "prettier-eslint" : " ^8.2.1" ,
5354 "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 "
5657 },
5758 "jest" : {
5859 "preset" : " react-native" ,
5960 "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+ ]
6267 },
6368 "pre-commit" : {
64- "run" : [" lint" , " test" ]
69+ "run" : [
70+ " lint" ,
71+ " test"
72+ ]
6573 }
6674}
You can’t perform that action at this time.
0 commit comments