Skip to content

Commit

Permalink
Merge pull request #25 from blockchain-certificates/chore/bump-cvjs
Browse files Browse the repository at this point in the history
fix(CVJS): bump version
  • Loading branch information
raiseandfall authored Jan 16, 2019
2 parents 8a36cc1 + b138d68 commit 901b76f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "dist/main.js",
"dependencies": {
"@blockcerts/cert-verifier-js": "^2.1.1",
"@blockcerts/cert-verifier-js": "^2.1.2",
"@polymer/lit-element": "^0.5.1",
"@polymer/polymer": "3.0.3",
"@webcomponents/webcomponentsjs": "2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions test/application/selectors/certificate.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/assertions/initialValidCertificateSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export default [{
'parentStep': 'statusCheck'
}, {
'code': 'checkExpiresDate',
'label': 'Check Expires Date',
'labelPending': 'Checking Expires Date',
'label': 'Check Expiration Date',
'labelPending': 'Checking Expiration Date',
'parentStep': 'statusCheck'
}]
}];
2 changes: 1 addition & 1 deletion test/assertions/invalidCertificate.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/assertions/invalidCertificateSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export default [{
'parentStep': 'statusCheck'
}, {
'code': 'checkExpiresDate',
'label': 'Check Expires Date',
'labelPending': 'Checking Expires Date',
'label': 'Check Expiration Date',
'labelPending': 'Checking Expiration Date',
'parentStep': 'statusCheck'
}]
}];
2 changes: 1 addition & 1 deletion test/assertions/validCertificate.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/assertions/validCertificateSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ export default [{
'label': 'Checking Authenticity',
'parentStep': 'statusCheck',
'status': 'success'
}, {'code': 'checkExpiresDate', 'label': 'Checking Expires Date', 'parentStep': 'statusCheck', 'status': 'success'}]
}, {'code': 'checkExpiresDate', 'label': 'Checking Expiration Date', 'parentStep': 'statusCheck', 'status': 'success'}]
}];

0 comments on commit 901b76f

Please sign in to comment.