From 906147db158ad1e8308c72ea2fafb1570516a74e Mon Sep 17 00:00:00 2001 From: shoaib khan Date: Mon, 20 Sep 2021 13:47:36 +0530 Subject: [PATCH] chore: updated package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8063629..ce1ce2d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "babel-plugin-pseudolocalize-react-native", - "version": "1.3.0", + "version": "1.4.0", "description": "A babel plugin to transform text inside Text nodes to their pseudolocalized versions", "main": "index.js", + "repository": "git://github.com/flipkart-incubator/babel-plugin-pseudolocalize-react-native.git", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -12,7 +13,7 @@ "plugin" ], "author": "Shoaib Khan ", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "@babel/template": "^7.10.4" },