Skip to content

Commit 2ad3568

Browse files
committed
doc(README): mention arguments of onSnapToItem callback
1 parent ff4d8a9 commit 2ad3568

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,21 @@
2222
"component"
2323
],
2424
"author": "Archriss",
25-
"license": "ISC"
25+
"license": "ISC",
26+
"devDependencies": {
27+
"react-addons-shallow-compare": "latest",
28+
"babel-eslint": "^6.1.2",
29+
"babel-preset-react-native": "^1.9.0",
30+
"eslint": "^3.6.1",
31+
"eslint-config-standard": "^5.3.5",
32+
"eslint-config-standard-react": "^3.0.0",
33+
"eslint-plugin-promise": "^2.0.0",
34+
"eslint-plugin-react": "^6.3.0",
35+
"eslint-plugin-standard": "^2.0.0"
36+
},
37+
"peerDependencies": {
38+
"react": "*",
39+
"react-addons-shallow-compare": "*",
40+
"react-native": "*"
41+
}
2642
}

0 commit comments

Comments
 (0)