diff --git a/package.json b/package.json index fa64b29..f4bc7b5 100755 --- a/package.json +++ b/package.json @@ -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": [ @@ -9,8 +9,8 @@ "decrypt" ], "author": { - "name" : "Ma Bingyao", - "email" : "mabingyao@gmail.com", + "name": "Ma Bingyao", + "email": "mabingyao@gmail.com", "url": "https://github.com/xxtea/" }, "directories": { @@ -29,5 +29,5 @@ "url": "https://github.com/xxtea/xxtea-nodejs/issues", "email": "mabingyao@gmail.com" }, - "license" : "MIT" -} + "license": "MIT" +} \ No newline at end of file