Skip to content

Commit b008712

Browse files
committed
Release v0.1.2
1 parent ae63ac7 commit b008712

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

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: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nylio-cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Open-source CLI for the Nylio public API",
55
"license": "MIT",
66
"type": "module",
@@ -11,10 +11,7 @@
1111
"bin": {
1212
"nylio": "dist/index.js"
1313
},
14-
"files": [
15-
"dist",
16-
"README.md"
17-
],
14+
"files": ["dist", "README.md"],
1815
"repository": {
1916
"type": "git",
2017
"url": "git+ssh://git@github.com/prodev1000/nylio-cli.git"
@@ -23,12 +20,7 @@
2320
"url": "https://github.com/prodev1000/nylio-cli/issues"
2421
},
2522
"homepage": "https://github.com/prodev1000/nylio-cli",
26-
"keywords": [
27-
"nylio",
28-
"cli",
29-
"oauth",
30-
"mcp"
31-
],
23+
"keywords": ["nylio", "cli", "oauth", "mcp"],
3224
"publishConfig": {
3325
"access": "public"
3426
},

0 commit comments

Comments
 (0)