We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900e161 commit bb07f3eCopy full SHA for bb07f3e
package.json
@@ -42,15 +42,17 @@
42
"eslint-plugin-react": "^3.5.1",
43
"react": "^0.14.0",
44
"react-dom": "^0.14.0",
45
+ "rifraf": "^2.0.2",
46
+ "rimraf": "^2.4.3",
47
"webpack": "^1.12.2"
48
},
49
"npmName": "react-native-listener",
- "npmFileMap": [
- {
50
- "basePath": "/dist/",
51
- "files": [
52
- "*.js"
53
- ]
54
- }
55
+ "npmFileMap": [
+ {
+ "basePath": "/dist/",
+ "files": [
+ "*.js"
+ ]
56
+ }
57
58
}
0 commit comments