Skip to content

Commit e4a36da

Browse files
committed
Fix mock path
1 parent d8ba588 commit e4a36da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-permissions",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"license": "MIT",
55
"description": "An unified permissions API for React Native on iOS and Android",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -26,7 +26,7 @@
2626
"/src",
2727
"/lib",
2828
"/*.podspec",
29-
"./mock.js"
29+
"mock.js"
3030
],
3131
"scripts": {
3232
"start": "react-native start",

0 commit comments

Comments
 (0)