Skip to content

Commit

Permalink
6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Sep 4, 2017
1 parent 711a792 commit 884d034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ deployment:
commands:
- yarn run clean
- yarn run build
- cd dist
- echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
- cd ./dist && npm publish
- cd ./dist
- pwd
- npm publish
- npm logout
- cd ..
- git config --global user.email $CI_DEPLOY_EMAIL
- git config --global user.name $CI_DEPLOY_NAME
- yarn deploy-gh-pages
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otplib",
"version": "6.0.1",
"version": "6.0.2",
"description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library",
"main": "otplib.js",
"scripts": {
Expand Down

0 comments on commit 884d034

Please sign in to comment.