Skip to content

Commit 45500ac

Browse files
author
Hyunje Jun
committed
Add package-lock.json
Also upgrade version of @line/bot-sdk in the echo bot example.
1 parent c70f616 commit 45500ac

File tree

4 files changed

+4237
-1
lines changed

4 files changed

+4237
-1
lines changed

examples/echo-bot/package-lock.json

Lines changed: 342 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/echo-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An example LINE bot just to echo messages",
55
"main": "index.js",
66
"dependencies": {
7-
"@line/bot-sdk": "^1.0.0",
7+
"@line/bot-sdk": "^2.0.0",
88
"express": "^4.15.2"
99
}
1010
}

0 commit comments

Comments
 (0)