diff --git a/package.json b/package.json index 38e0f24..91c6877 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@alessiocancian/react-native-actionsheet", - "version": "2.4.11", + "version": "3.0.1", "description": "Cross platform ActionSheet. This component implements a custom ActionSheet and provides the same way to drawing it on the defferent platforms(iOS and Android). Actually, In order to keep the best effect, it still uses the ActionSheetIOS on iOS.", "main": "lib/index.js", - "types": "lib/ts/index.d.ts", + "types": "lib/ts/index.d.ts", "scripts": { "lint": "standard lib/**/*.js", "test": "jest --no-cache" @@ -30,9 +30,9 @@ "custom-action-sheet" ], "author": { - "name": "Alessio Cancian", - "url": "https://github.com/alessiocancian" - }, + "name": "Alessio Cancian", + "url": "https://github.com/alessiocancian" + }, "license": "MIT", "bugs": { "url": "https://github.com/alessiocancian/react-native-actionsheet/issues" @@ -54,5 +54,8 @@ }, "standard": { "parser": "babel-eslint" + }, + "dependencies": { + "@react-native-community/blur": "^3.6.0" } }