Skip to content

Commit 831d10b

Browse files
authored
bump version (#1)
1 parent ab84ef1 commit 831d10b

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

package.json

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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 <gusgard@gmail.com> (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",
@@ -51,16 +52,23 @@
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
}

0 commit comments

Comments
 (0)