update package.json descriptions

This commit is contained in:
ryan.chan 2019-11-03 08:25:38 +08:00
parent a1b084069a
commit b8c292ff18

View File

@ -1,7 +1,7 @@
{ {
"name": "node-fps-hk", "name": "node-fps-hk",
"version": "1.0.0", "version": "1.0.2",
"description": "A tool to generate the qrcode content string used by Fast Payment System in Hong Kong", "description": "A tool to generate the qrcode content string used by Faster Payment System in Hong Kong",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
"test": "test" "test": "test"
@ -28,6 +28,6 @@
"fps", "fps",
"hk", "hk",
"payment", "payment",
"fast payment system" "faster payment system"
] ]
} }