Skip to content

Commit

Permalink
refactor(grammy): use grammy/types export over types package
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Aug 2, 2022
1 parent b3db155 commit 2292b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"node": ">=14"
},
"dependencies": {
"@grammyjs/types": "^2.2.6",
"telegram-format": "^2.0.0"
},
"peerDependencies": {
Expand All @@ -39,7 +38,7 @@
"@types/node": "^14.18.22",
"ava": "^4.0.1",
"del-cli": "^5.0.0",
"grammy": "^1.2.0",
"grammy": "^1.10.1",
"nyc": "^15.0.0",
"typescript": "^4.2.3",
"xo": "^0.51.0"
Expand Down
2 changes: 1 addition & 1 deletion source/identifier.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Context as BaseContext} from 'grammy'
import {markdown, markdownv2, html} from 'telegram-format'
import {Message, MessageEntity} from '@grammyjs/types'
import {Message, MessageEntity} from 'grammy/types'

const URL_TEXT = '\u200C'
const BASE_URL = 'http://t.me/#'
Expand Down

0 comments on commit 2292b80

Please sign in to comment.