This commit is contained in:
mbecker20
2022-03-20 04:34:56 -07:00
parent 3973e8d75a
commit 469ff2fbd0

View File

@@ -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",