Skip to content

Commit

Permalink
Adding experimental option
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemkosk committed Dec 10, 2023
1 parent 3467227 commit 15c744b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/index.ts
@@ -1,4 +1,4 @@
#! /usr/bin/env node
#!/usr/bin/node --no-warnings --experimental-specifier-resolution=node
import { Command as CommanderCommand } from 'commander'
import inquirer from 'inquirer'
import inquirerPrompt from 'inquirer-autocomplete-prompt'
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "envolve",
"version": "1.1.5",
"version": "1.1.6",
"description": "Envolve CLI is a powerful tool for managing environment variables in your projects. It allows you to easily create, update, compare, and sync environment files across different services.",
"main": "bin/index.ts",
"type": "module",
Expand Down Expand Up @@ -52,6 +52,6 @@
"typescript": "^5.2.2"
},
"bin": {
"envolve": ".start-envolve.sh"
"envolve": "./dist/bin/index.js"
}
}
2 changes: 0 additions & 2 deletions start-envolve.sh

This file was deleted.

0 comments on commit 15c744b

Please sign in to comment.