-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π¨ style(README.md): remove background images and update cover image
π chore(README.md): update homepage link π docs(package.json): update package description and add packageManager field The background images were removed from the README.md file and the cover image was updated to a new one. The homepage link was updated to a new URL. The package description was updated to "Always right package manager" to better reflect the purpose of the package. The packageManager field was added to the package.json file to specify the version of pnpm used.
- Loading branch information
nyxb
committed
May 12, 2023
1 parent
2169a88
commit 9fe61c8
Showing
4 changed files
with
26 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
{ | ||
"name": "@nyxb/nyxi", | ||
"version": "0.0.28", | ||
"packageManager": "[email protected]", | ||
"description": "Use the right package manager", | ||
"description": "π¦ Always right package manager", | ||
"author": "Dennis Ollhoff <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/nyxb/nyxi#readme", | ||
"homepage": "https://π»nyxb.ws", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nyxb/nyxi.git" | ||
|
@@ -43,7 +42,7 @@ | |
"nyxr": "esno src/commands/nyxr.ts", | ||
"build": "unbuild", | ||
"stub": "unbuild --stub", | ||
"release": "bumpp && npm publish", | ||
"release": "nyxr test && nyxlx changelogen --release && pnpm publish && git push --follow-tags", | ||
"lint": "eslint .", | ||
"test": "vitest", | ||
"nyxinit": "esno src/commands/nyxinit.ts" | ||
|
@@ -55,7 +54,6 @@ | |
"@types/ini": "^1.3.31", | ||
"@types/node": "^18.15.11", | ||
"@types/which": "^3.0.0", | ||
"bumpp": "^9.0.0", | ||
"chalk": "^5.2.0", | ||
"eslint": "^8.37.0", | ||
"esno": "^0.16.3", | ||
|
@@ -81,5 +79,6 @@ | |
}, | ||
"dependencies": { | ||
"consolji": "^0.1.1" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |