From 265af934aeb5a7c2b25c739edde4150ab42e9264 Mon Sep 17 00:00:00 2001 From: Alan Meekins Date: Wed, 17 Jul 2019 01:32:58 -0700 Subject: [PATCH] update links --- README.md | 2 +- package.json | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10718c8..d4f7301 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # node-snapd *nodejs client interface to ubuntu [core snapd rest api](https://github.com/snapcore/snapd/wiki/REST-API)* - +[](https://www.npmjs.com/package/node-snapd) With node-snapd, you can now easily introspect the Snapd host and the installed Snap packages. diff --git a/package.json b/package.json index 419e182..ef35b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-snapd", - "version": "1.0.0", + "version": "1.0.1", "description": "nodejs client interface to ubuntu core snapd api", "main": "src/index.js", "scripts": { @@ -26,5 +26,15 @@ "eslint-plugin-standard": "^3.0.1", "docdash": "^1.1.1", "jsdoc": "^3.6.2" - } + }, + "keywords": [ + "snap", + "snapcraft", + "apt", + "flatpack", + "deb", + "snapd", + "snappy", + "ubuntu" + ] }