Skip to content

Commit 265af93

Browse files
committed
update links
1 parent 9d089d2 commit 265af93

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# node-snapd
22
*nodejs client interface to ubuntu [core snapd rest api](https://github.com/snapcore/snapd/wiki/REST-API)*
33

4-
<img src=https://img.shields.io/npm/v/node-snapd.svg>
4+
[<img src=https://img.shields.io/npm/v/node-snapd.svg>](https://www.npmjs.com/package/node-snapd)
55

66
With node-snapd, you can now easily introspect the Snapd host and the installed Snap packages.
77

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-snapd",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "nodejs client interface to ubuntu core snapd api",
55
"main": "src/index.js",
66
"scripts": {
@@ -26,5 +26,15 @@
2626
"eslint-plugin-standard": "^3.0.1",
2727
"docdash": "^1.1.1",
2828
"jsdoc": "^3.6.2"
29-
}
29+
},
30+
"keywords": [
31+
"snap",
32+
"snapcraft",
33+
"apt",
34+
"flatpack",
35+
"deb",
36+
"snapd",
37+
"snappy",
38+
"ubuntu"
39+
]
3040
}

0 commit comments

Comments
 (0)