We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8628fd0 commit 2844d00Copy full SHA for 2844d00
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "react-find-element",
3
+ "version": "0.1.0",
4
+ "description": "Base class for React components that finds and taps descendant DOM element",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/sketchglass/react-find-element.git"
12
13
+ "author": "",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/sketchglass/react-find-element/issues"
17
18
+ "homepage": "https://github.com/sketchglass/react-find-element#readme"
19
+}
0 commit comments