Skip to content

Commit 3f17964

Browse files
committed
bump version
1 parent 6cb1ab9 commit 3f17964

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-swiper-flatlist",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "index.js",
55
"license": "Apache-2.0",
66
"author": "Gustavo Gard <gusgard@gmail.com> (https://gusgard.com)",
@@ -61,17 +61,10 @@
6161
"jest": {
6262
"preset": "react-native",
6363
"setupTestFrameworkScriptFile": "./enzyme.js",
64-
"modulePathIgnorePatterns": [
65-
"<rootDir>/example/node_modules/"
66-
],
67-
"snapshotSerializers": [
68-
"./node_modules/enzyme-to-json/serializer"
69-
]
64+
"modulePathIgnorePatterns": ["<rootDir>/example/node_modules/"],
65+
"snapshotSerializers": ["./node_modules/enzyme-to-json/serializer"]
7066
},
7167
"pre-commit": {
72-
"run": [
73-
"lint",
74-
"test"
75-
]
68+
"run": ["lint", "test"]
7669
}
7770
}

0 commit comments

Comments
 (0)