forked from github-starred/komodo
version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mbecker20/monitor-cli",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "A CLI to aid in the setup of monitor",
|
||||
"author": "mbecker20",
|
||||
"license": "MIT",
|
||||
@@ -8,7 +8,7 @@
|
||||
"scripts": {
|
||||
"start": "yarn build && build/cli.js",
|
||||
"build": "vite build && node post-build.mjs && chmod +x build/cli.js",
|
||||
"publish-cli": "yarn build && cd build && npm publish --access=public && node update-version.mjs"
|
||||
"publish-cli": "yarn build && cd build && npm publish && node update-version.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"ink": "^3.2.0",
|
||||
|
||||
Reference in New Issue
Block a user