Skip to content

Commit bb07f3e

Browse files
committed
added rimraf and rifraf dev deps
1 parent 900e161 commit bb07f3e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@
4242
"eslint-plugin-react": "^3.5.1",
4343
"react": "^0.14.0",
4444
"react-dom": "^0.14.0",
45+
"rifraf": "^2.0.2",
46+
"rimraf": "^2.4.3",
4547
"webpack": "^1.12.2"
4648
},
4749
"npmName": "react-native-listener",
48-
"npmFileMap": [
49-
{
50-
"basePath": "/dist/",
51-
"files": [
52-
"*.js"
53-
]
54-
}
55-
]
50+
"npmFileMap": [
51+
{
52+
"basePath": "/dist/",
53+
"files": [
54+
"*.js"
55+
]
56+
}
57+
]
5658
}

0 commit comments

Comments
 (0)