Skip to content

Commit

Permalink
Fix TS broken path
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Dec 9, 2019
1 parent 1e99c5c commit 0a9fc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-permissions",
"version": "2.0.7",
"version": "2.0.8",
"license": "MIT",
"description": "An unified permissions API for React Native on iOS and Android",
"author": "Mathieu Acthernoene <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"permission",
"authorization"
],
"types": "lib/typescript/src/index.d.ts",
"types": "lib/typescript/index.d.ts",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"files": [
Expand Down

0 comments on commit 0a9fc96

Please sign in to comment.