Skip to content

Commit

Permalink
Remove ansi-escapes as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mokkabonna committed Sep 29, 2023
1 parent bb23fa4 commit f97ae5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
34 changes: 4 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/inquirer-autocomplete-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inquirer-autocomplete-standalone",
"description": "Standalone autocomplete cli prompt based on inquirer core",
"version": "0.6.0",
"version": "0.7.0",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"typings": "./dist/cjs/types/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,6 @@
"dependencies": {
"@inquirer/core": "^3.1.1",
"@inquirer/type": "^1.1.2",
"ansi-escapes": "^6.0.0",
"figures": "^5.0.0",
"picocolors": "^1.0.0"
},
Expand Down

0 comments on commit f97ae5c

Please sign in to comment.