Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Dec 27, 2019
1 parent 527f117 commit fcdd461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xxtea-node",
"version": "1.1.3",
"version": "1.1.4",
"homepage": "https://github.com/xxtea/xxtea-nodejs",
"description": "XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for Node.js.",
"keywords": [
Expand All @@ -9,8 +9,8 @@
"decrypt"
],
"author": {
"name" : "Ma Bingyao",
"email" : "[email protected]",
"name": "Ma Bingyao",
"email": "[email protected]",
"url": "https://github.com/xxtea/"
},
"directories": {
Expand All @@ -29,5 +29,5 @@
"url": "https://github.com/xxtea/xxtea-nodejs/issues",
"email": "[email protected]"
},
"license" : "MIT"
}
"license": "MIT"
}

0 comments on commit fcdd461

Please sign in to comment.