Skip to content

Commit

Permalink
chore: updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shoaib khan committed Sep 20, 2021
1 parent f658206 commit 906147d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -12,7 +13,7 @@
"plugin"
],
"author": "Shoaib Khan <shoaib.khan@flipkart.com>",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"@babel/template": "^7.10.4"
},
Expand Down

0 comments on commit 906147d

Please sign in to comment.