diff --git a/package.json b/package.json index 2486f008..534b77aa 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,12 @@ "name": "react-native-masked-text", "version": "1.6.2", "description": "Text and TextInput with mask for React Native applications", + "licenses": [ + { + "type": "MIT", + "url": "https://www.opensource.org/licenses/mit-license.php" + } + ], "main": "index.js", "scripts": { "test": "jest"