From e472a68d23e6dc202777ca7c25efd94201d6bd80 Mon Sep 17 00:00:00 2001 From: Ben-hur Santos Ott Date: Tue, 3 Oct 2017 22:35:19 -0300 Subject: [PATCH] update licence --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) 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"