From c2da0ed97842ac22d380e28e6329eb1d570dc7b3 Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Wed, 6 Sep 2017 08:13:30 -0400 Subject: [PATCH] Sort keywords in package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 48f2fa18..38302211 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "version": "7.3.0", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords": [ - "postgres", - "pg", - "libpq", - "postgre", "database", + "libpq", + "pg", + "postgre", + "postgres", "rdbms" ], "homepage": "http://github.com/brianc/node-postgres",