Skip to content

Commit bf9effa

Browse files
committed
chore: add @types/web-push to package.json and update README header
1 parent 44746d4 commit bf9effa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="assets/logo.png" alt="cui logo" width="150">
33
</div>
44

5-
# cui: Common Agent UI
5+
# Common Agent UI
66

77
[![npm version](https://badge.fury.io/js/cui-server.svg)](https://www.npmjs.com/package/cui-server)
88
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg)](https://nodejs.org/)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"@types/react-dom": "^18.2.22",
111111
"@types/supertest": "^6.0.3",
112112
"@types/uuid": "^9.0.7",
113+
"@types/web-push": "^3.6.4",
113114
"@typescript-eslint/eslint-plugin": "^8.38.0",
114115
"@typescript-eslint/parser": "^8.38.0",
115116
"@vitejs/plugin-react": "^4.2.1",

0 commit comments

Comments
 (0)