Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenbitbyte committed Jul 17, 2019
1 parent 9d089d2 commit 265af93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# node-snapd
*nodejs client interface to ubuntu [core snapd rest api](https://github.com/snapcore/snapd/wiki/REST-API)*

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

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

Expand Down
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
]
}

0 comments on commit 265af93

Please sign in to comment.