We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f658206 commit 906147dCopy full SHA for 906147d
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "babel-plugin-pseudolocalize-react-native",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "A babel plugin to transform text inside Text nodes to their pseudolocalized versions",
5
"main": "index.js",
6
+ "repository": "git://github.com/flipkart-incubator/babel-plugin-pseudolocalize-react-native.git",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
@@ -12,7 +13,7 @@
12
13
"plugin"
14
],
15
"author": "Shoaib Khan <shoaib.khan@flipkart.com>",
- "license": "ISC",
16
+ "license": "Apache-2.0",
17
"dependencies": {
18
"@babel/template": "^7.10.4"
19
0 commit comments