Skip to content

Commit

Permalink
feat(deps-dev): install @types/connect for middleware hexo-server
Browse files Browse the repository at this point in the history
… type
  • Loading branch information
dimaslanjaka committed Feb 14, 2024
1 parent e1fd7d7 commit e36d024
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "7.1.1",
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"main": "dist/hexo",
"bin": {
"hexo": "./bin/hexo"
},
"bin": "./bin/hexo",
"scripts": {
"prepublishOnly": "npm install && npm run clean && npm run build",
"build": "tsc -b",
Expand Down Expand Up @@ -66,13 +64,14 @@
"warehouse": "^5.0.1"
},
"devDependencies": {
"0x": "^5.1.2",
"@types/abbrev": "^1.1.3",
"@types/bluebird": "^3.5.37",
"@types/connect": "^3.4.38",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.11.8 <18.19.9",
"@types/nunjucks": "^3.2.2",
"@types/text-table": "^0.2.4",
"0x": "^5.1.2",
"c8": "^9.0.0",
"chai": "^4.3.6",
"cheerio": "0.22.0",
Expand Down

0 comments on commit e36d024

Please sign in to comment.