Skip to content

Commit 906147d

Browse files
author
shoaib khan
committed
chore: updated package.json
1 parent f658206 commit 906147d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "babel-plugin-pseudolocalize-react-native",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A babel plugin to transform text inside Text nodes to their pseudolocalized versions",
55
"main": "index.js",
6+
"repository": "git://github.com/flipkart-incubator/babel-plugin-pseudolocalize-react-native.git",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
@@ -12,7 +13,7 @@
1213
"plugin"
1314
],
1415
"author": "Shoaib Khan <shoaib.khan@flipkart.com>",
15-
"license": "ISC",
16+
"license": "Apache-2.0",
1617
"dependencies": {
1718
"@babel/template": "^7.10.4"
1819
},

0 commit comments

Comments
 (0)