We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb1ab9 commit 3f17964Copy full SHA for 3f17964
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-swiper-flatlist",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"main": "index.js",
5
"license": "Apache-2.0",
6
"author": "Gustavo Gard <gusgard@gmail.com> (https://gusgard.com)",
@@ -61,17 +61,10 @@
61
"jest": {
62
"preset": "react-native",
63
"setupTestFrameworkScriptFile": "./enzyme.js",
64
- "modulePathIgnorePatterns": [
65
- "<rootDir>/example/node_modules/"
66
- ],
67
- "snapshotSerializers": [
68
- "./node_modules/enzyme-to-json/serializer"
69
- ]
+ "modulePathIgnorePatterns": ["<rootDir>/example/node_modules/"],
+ "snapshotSerializers": ["./node_modules/enzyme-to-json/serializer"]
70
},
71
"pre-commit": {
72
- "run": [
73
- "lint",
74
- "test"
75
+ "run": ["lint", "test"]
76
}
77
0 commit comments