Skip to content

Commit

Permalink
Adding keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gbahamondezc committed Apr 10, 2018
1 parent 995bf23 commit f9c6376
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@becual/pg-notify",
"version": "2.0.2",
"description": "Postgres pg notify subscription system",
"version": "2.0.3",
"description": "NodeJS PostgreSQL pg-notify subscription library",
"main": "./src/index.js",
"repository": "[email protected]:becual/node-pg-notify.git",
"author": "Becual Technologies S.A <[email protected]>",
"license": "MIT",
"keywords": ["postgresql", "pg-notify", "notify", "subscription"],
"private": false,
"scripts": {
"db:up": "docker-compose up -d db",
Expand Down

0 comments on commit f9c6376

Please sign in to comment.