From fcdd461cb430290f530167f23c9fa50e445ab4b0 Mon Sep 17 00:00:00 2001 From: andot Date: Fri, 27 Dec 2019 09:00:39 +0800 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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