Skip to content

Commit ae63ac7

Browse files
committed
Release v0.1.1
1 parent 1eb61b2 commit ae63ac7

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nylio-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Open-source CLI for the Nylio public API",
55
"license": "MIT",
66
"type": "module",
@@ -11,7 +11,10 @@
1111
"bin": {
1212
"nylio": "dist/index.js"
1313
},
14-
"files": ["dist", "README.md"],
14+
"files": [
15+
"dist",
16+
"README.md"
17+
],
1518
"repository": {
1619
"type": "git",
1720
"url": "git+ssh://git@github.com/prodev1000/nylio-cli.git"
@@ -20,7 +23,12 @@
2023
"url": "https://github.com/prodev1000/nylio-cli/issues"
2124
},
2225
"homepage": "https://github.com/prodev1000/nylio-cli",
23-
"keywords": ["nylio", "cli", "oauth", "mcp"],
26+
"keywords": [
27+
"nylio",
28+
"cli",
29+
"oauth",
30+
"mcp"
31+
],
2432
"publishConfig": {
2533
"access": "public"
2634
},

0 commit comments

Comments
 (0)