Skip to content

Commit

Permalink
πŸ”§ chore(package.json): update packageManager to [email protected]
Browse files Browse the repository at this point in the history
πŸ”§ chore(package.json): add consolji dependency to dependencies
πŸ”§ chore(package.json): move engines object to the top level of the file for better readability
  • Loading branch information
nyxb committed Jun 22, 2023
1 parent bfaace9 commit 41b06fe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nyxb/nyxi",
"version": "0.0.30",
"packageManager": "[email protected]",
"description": "πŸ“¦ Always right package manager",
"author": "Dennis Ollhoff <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -36,17 +37,23 @@
"dist",
"bin"
],
"engines": {
"node": ">=18.15.0"
},
"scripts": {
"prepublishOnly": "npm run build",
"dev": "esno src/commands/nyxi.ts",
"nyxr": "esno src/commands/nyxr.ts",
"build": "unbuild",
"stub": "unbuild --stub",
"release": "nyxlx changelogen --release && pnpm publish && git push --follow-tags",
"release": "nyxlx changelogen --release && pnpm publish && git push",
"lint": "eslint .",
"test": "vitest",
"nyxinit": "esno src/commands/nyxinit.ts"
},
"dependencies": {
"consolji": "^0.1.1"
},
"devDependencies": {
"@nyxb/eslint-config": "^0.0.9",
"@nyxb/picocolors": "^1.0.1",
Expand All @@ -73,12 +80,5 @@
},
"eslintConfig": {
"extends": "@nyxb"
},
"engines": {
"node": ">=18.15.0"
},
"dependencies": {
"consolji": "^0.1.1"
},
"packageManager": "[email protected]"
}
}
}

0 comments on commit 41b06fe

Please sign in to comment.