Skip to content

Commit

Permalink
build: 切换 neo-blessed 为 blessed
Browse files Browse the repository at this point in the history
  • Loading branch information
lyfeyaj committed Mar 17, 2023
1 parent 323b70b commit 051de3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"blessed-contrib-neo": "^4.8.20",
"blessed-contrib": "^4.11.0",
"chalk": "^4.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.5.0",
Expand All @@ -46,7 +46,7 @@
"jest": "^27.4.7",
"lerna": "^4.0.0",
"lint-staged": "^11.2.6",
"neo-blessed": "^0.2.0",
"blessed": "^0.1.81",
"prettier": "^2.5.1",
"prettier-plugin-organize-imports": "^2.3.4",
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions scripts/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const path = require('path')
const execa = require('execa')
const chalk = require('chalk')
const inquirer = require('inquirer')
const blessed = require('neo-blessed')
const contrib = require('blessed-contrib-neo')
const blessed = require('blessed')
const contrib = require('blessed-contrib')

const {
// clean,
Expand Down

0 comments on commit 051de3c

Please sign in to comment.