Skip to content

Commit

Permalink
update eparcel check point area
Browse files Browse the repository at this point in the history
  • Loading branch information
egg- committed Jun 26, 2020
1 parent e59af09 commit 787129f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.4.2
* update eparcel check point area

# 2.4.1
* disable strictSSL for CJ

Expand Down
2 changes: 1 addition & 1 deletion lib/courier/eparcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var parser = {
}
var $body = $('.result-body-1')
var $summary = $body.find('.panel-body')
var $checkpoints = $body.find('.table-striped tbody')
var $checkpoints = $body.find('.table-striped tbody').eq(0)

var result = {
courier: courier,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delivery-tracker",
"version": "2.4.1",
"version": "2.4.2",
"author": {
"name": "egg",
"email": "i@egg.pe.kr"
Expand Down

0 comments on commit 787129f

Please sign in to comment.