Skip to content

Commit d6db83d

Browse files
committed
update version
1 parent e1dd28a commit d6db83d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-line-bot-api",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Node client for LINE Bot API",
55
"main": "index.js",
66
"scripts": {

test_webhook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const lineClient = line.client
66
const lineValidator = line.validator
77
const app = express()
88
app.use(bodyParser.json({
9-
verify (req,res,buf) {
9+
verify (req, res, buf) {
1010
req.rawBody = buf
1111
}
1212
}))

0 commit comments

Comments
 (0)