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" + ] }